From 2e1075aaf2fc91f3c6c33821d07fffd657329d91 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 12 Aug 2019 11:44:22 +0200 Subject: [PATCH] working on comparing checksums --- create_snapshot_backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/create_snapshot_backup.py b/create_snapshot_backup.py index 852d1c9..1fdacee 100755 --- a/create_snapshot_backup.py +++ b/create_snapshot_backup.py @@ -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