diff options
Diffstat (limited to 'hosts/vidhar/borg')
-rwxr-xr-x | hosts/vidhar/borg/copy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/borg/copy.py b/hosts/vidhar/borg/copy.py index e6f64c95..3de2a653 100755 --- a/hosts/vidhar/borg/copy.py +++ b/hosts/vidhar/borg/copy.py | |||
@@ -196,6 +196,7 @@ def copy_archive(src_repo_path, dst_repo_path, entry): | |||
196 | last_list = None | 196 | last_list = None |
197 | last_list_time = None | 197 | last_list_time = None |
198 | for line in proc.stderr: | 198 | for line in proc.stderr: |
199 | print(line, file=stderr) | ||
199 | try: | 200 | try: |
200 | json_line = json.loads(line) | 201 | json_line = json.loads(line) |
201 | except json.decoder.JSONDecodeError: | 202 | except json.decoder.JSONDecodeError: |