Browse Source

working on comparing checksums

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

1
create_snapshot_backup.py

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

Loading…
Cancel
Save