зеркало из https://github.com/mozilla/pjs.git
bug 486992: post_upload.py errors aren't caught - use sys.exit(non-zero) when exceptions are caught in upload.py. r=ted
This commit is contained in:
Родитель
04db73729f
Коммит
0e2c9083c8
|
@ -224,5 +224,7 @@ if __name__ == '__main__':
|
|||
verbose=True)
|
||||
except IOError, (strerror):
|
||||
print strerror
|
||||
sys.exit(1)
|
||||
except Exception, (err):
|
||||
print err
|
||||
sys.exit(2)
|
||||
|
|
Загрузка…
Ссылка в новой задаче