Commit 56b51a86 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup

parent 6064aa25
......@@ -235,7 +235,7 @@ def runExport():
# Synchronise runner's etc directory
with CwdContextManager(args.etc_path):
with open('.resilient-timestamp', 'w') as f:
f.write(export_start_date)
f.write(str(export_start_date))
# "+ '/'" is mandatory otherwise rsyncing the etc directory
# will create in the backup_etc_path only a file called etc
......
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