Skip to content

Commit

Permalink
Merge pull request #34 from kbase/develop
Browse files Browse the repository at this point in the history
Incrementing PR number
  • Loading branch information
jkbaumohl authored Oct 15, 2021
2 parents 675573b + d55320c commit 283ad17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/check_keys_with_wsid.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def check_keys_with_wsid(errored, errlog_dictionary):
# Sometimes wsid's can be -1, EE2 symbol for an unknown
if wsid == -1:
wsid = 'unknown'

# If wsid not unknown add it to our error dictionary
errlog_dictionary['workspace_id'] = wsid
# Check if job input key is present in 'errored'. Here 'errored' is the big json error log coming from EE2
Expand Down

0 comments on commit 283ad17

Please sign in to comment.