mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-05 20:44:51 +08:00
Reformat file with black
This commit is contained in:
parent
e99a65d568
commit
5df6e2fe5f
1 changed files with 3 additions and 1 deletions
|
@ -67,5 +67,7 @@ def get_restic_internal_binary(arch: str) -> str:
|
|||
# Take glob results reversed so we get newer version
|
||||
# Does not always compute, but is g00denough(TM) for our dev
|
||||
return guessed_path[-1]
|
||||
logger.info(f"Could not find internal restic binary, guess {os.path.join(RESTIC_SOURCE_FILES_DIR, binary)} in {guessed_path}")
|
||||
logger.info(
|
||||
f"Could not find internal restic binary, guess {os.path.join(RESTIC_SOURCE_FILES_DIR, binary)} in {guessed_path}"
|
||||
)
|
||||
return None
|
||||
|
|
Loading…
Add table
Reference in a new issue