mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
forgot to return exit code when not using debug mode :(
This commit is contained in:
parent
921f7df0a5
commit
c176b968a9
@ -794,3 +794,5 @@ except Exception as e:
|
|||||||
else:
|
else:
|
||||||
print("ABORTED")
|
print("ABORTED")
|
||||||
print(str(e))
|
print(str(e))
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user