forgot to return exit code when not using debug mode :(
This commit is contained in:
@ -794,3 +794,5 @@ except Exception as e:
|
|||||||
else:
|
else:
|
||||||
print("ABORTED")
|
print("ABORTED")
|
||||||
print(str(e))
|
print(str(e))
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user