mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-17 22:29:59 +08:00
Reformat file with black
This commit is contained in:
parent
519541561d
commit
c380d6d1e5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue