Reformat file with black

This commit is contained in:
deajan 2024-09-06 15:38:03 +02:00
parent 48d28f39fe
commit c8824cfac1

View file

@ -306,7 +306,7 @@ class ResticRunner:
operation = fn_name(2)
if operation in ["backup", "forget", "prune", "restore", "rewrite"]:
args += " --dry-run"
self._executor_running = True
self.write_logs(f"Running command: [{_cmd}]", level="debug")
self._make_env()