зеркало из https://github.com/mozilla/gecko-dev.git
Bug 818628 - Handle long exit code values; r=edmorley
DONTBUILD (NPOTB)
This commit is contained in:
Родитель
25de2d027e
Коммит
5a8419ee85
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче