1
0
Fork 0

Update build_all.py

pull/2/head
LatantSea 2020-08-11 18:39:32 +00:00 committed by GitHub
parent 5190603c09
commit fec870fb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ print(build_separator)
print('Exit status:' + exit_status)
if success_count > 0:
print('Exit status:' + exit_status)
print('Exit status:' + str(exit_status))
sys.exit(0)
else:
sys.exit(exit_status)