Skip to content
Snippets Groups Projects
Commit 5a8419ee authored by Gregory Szorc's avatar Gregory Szorc
Browse files

Bug 818628 - Handle long exit code values; r=edmorley

DONTBUILD (NPOTB)
parent 25de2d02
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ To see more help for a specific command, run:
if not result:
result = 0
assert isinstance(result, int)
assert isinstance(result, (int, long))
return result
except KeyboardInterrupt as ki:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment