1
0
Fork 0

Update build_all.py

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

View File

@ -66,7 +66,6 @@ total_time = time.monotonic() - total_time
print(build_separator)
print("Build Sumamary: {} \033[32msucceeded\033[0m, {} \033[31mfailed\033[0m and took {:.2f}s".format(success_count, fail_count, total_time))
print(build_separator)
print('Exit status:' + exit_status)
if success_count > 0:
print('Exit status:' + str(exit_status))