forgot to return exit code when not using debug mode :(

This commit is contained in:
DatuX 2019-03-26 23:06:03 +01:00 committed by GitHub
parent 921f7df0a5
commit c176b968a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -794,3 +794,5 @@ except Exception as e:
else:
print("ABORTED")
print(str(e))
sys.exit(1)