Reformat file with black

This commit is contained in:
deajan 2025-07-01 17:50:46 +02:00
parent e99a65d568
commit 5df6e2fe5f

View file

@ -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