Actions
Bug #4800
closed[Crunch] run-command ends with sys.exit(dictionary)
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Crunch
Target version:
Story points:
0.5
Description
The last line of current run-command is sys.exit(rcode)
. rcode is a dictionary that maps subprocesses to their exit codes, so I don't know what it actually does. This needs to be turned into a useful integer value.
Updated by Peter Amstutz almost 10 years ago
That should probably be int(not success)
Updated by Brett Smith almost 10 years ago
- Status changed from New to In Progress
- Assigned To set to Brett Smith
Updated by Brett Smith almost 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:e86ad4d8172c24aae92ccd482ffb122ea01b55ab.
Updated by Brett Smith almost 10 years ago
- Target version changed from Bug Triage to 2015-01-07 sprint
Actions