From f87b161e5f0538107cec9db48dd2528c2b3ac93d Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 12 Aug 2019 11:41:45 +0200 Subject: [PATCH] working on comparing checksums --- create_snapshot_backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_snapshot_backup.py b/create_snapshot_backup.py index fdbb0b1..852d1c9 100755 --- a/create_snapshot_backup.py +++ b/create_snapshot_backup.py @@ -49,7 +49,7 @@ def remote_call(arguments): try: result = call(cmd, as_text=True) except subprocess.CalledProcessError as e: - print("CMD:", e.cmd) + print("CMD:", " ".join(e.cmd)) print("STDERR:", e.stderr) raise