Reformat file with black

This commit is contained in:
deajan 2025-02-12 12:55:28 +01:00
parent 519541561d
commit c380d6d1e5

View file

@ -919,7 +919,8 @@ class NPBackupRunner:
os.environ["NPBACKUP_BACKEND_BINARY"] = str(self.restic_runner.binary)
except OSError:
self.write_logs(
f"Cannot set env variable NPBACKUP_BACKEND_BINARY to {self.binary}", level="error"
f"Cannot set env variable NPBACKUP_BACKEND_BINARY to {self.binary}",
level="error",
)
return True