fix format string without placeholders

This commit is contained in:
Dave Dalcino
2023-08-27 15:51:58 -07:00
parent 0ffc48a1b1
commit 2bc3766da7

View File

@@ -239,7 +239,7 @@ class Cli:
if sevenzip is None:
if EXT7Z:
self.logger.warning(f"The py7zr module failed to load. Falling back to '{fallback}' for .7z extraction.")
self.logger.warning(f"You can use the '--external | -E' flags to select your own extraction tool.")
self.logger.warning("You can use the '--external | -E' flags to select your own extraction tool.")
sevenzip = fallback
else:
# Just use py7zr