remove copy pasta line
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Moritz 2023-10-11 18:16:58 +02:00
parent a3faa5d51f
commit 8e76ad591e
1 changed files with 0 additions and 1 deletions

View File

@ -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):