mirror of
https://github.com/netinvent/npbackup.git
synced 2025-12-17 13:41:02 +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)
|
os.environ["NPBACKUP_BACKEND_BINARY"] = str(self.restic_runner.binary)
|
||||||
except OSError:
|
except OSError:
|
||||||
self.write_logs(
|
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
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue