Actions
Bug #4800
closed[Crunch] run-command ends with sys.exit(dictionary)
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Crunch
Target version:
Start date:
12/11/2014
Due date:
% Done:
100%
Estimated time:
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.
Actions