From 8e76ad591e8f693679a4d01614a8a0f0e3723ef5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 11 Oct 2023 18:16:58 +0200 Subject: [PATCH] remove copy pasta line --- backupbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backupbot.py b/backupbot.py index 83e8991..148e33d 100755 --- a/backupbot.py +++ b/backupbot.py @@ -202,7 +202,6 @@ def list_files(snapshot, path): if path: cmd.append(path) try: - restic.cat.config() output = restic.internal.command_executor.execute(cmd) except ResticFailedError as error: if 'no snapshot found' in str(error):