Commit 4037453c authored by Nicolas Wavrant's avatar Nicolas Wavrant

resilient: fix module name : s/system/sys

parent 6cff48df
......@@ -151,4 +151,4 @@ def runExport():
print("ERROR: Some backups are not consistent, exporter should be re-run."
" Let's sleep %s minutes, to let the backup end..." % args.backup_wait_time)
time.sleep(args.backup_wait_time * 60)
system.exit(1)
\ No newline at end of file
sys.exit(1)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment