Browse Source

working on comparing checksums

master
Holger Frey 5 years ago
parent
commit
f87b161e5f
  1. 2
      create_snapshot_backup.py

2
create_snapshot_backup.py

@ -49,7 +49,7 @@ def remote_call(arguments):
try: try:
result = call(cmd, as_text=True) result = call(cmd, as_text=True)
except subprocess.CalledProcessError as e: except subprocess.CalledProcessError as e:
print("CMD:", e.cmd) print("CMD:", " ".join(e.cmd))
print("STDERR:", e.stderr) print("STDERR:", e.stderr)
raise raise

Loading…
Cancel
Save