Pre-commit formatting updates

This commit is contained in:
Daniel A. Wozniak 2024-02-27 14:39:24 -07:00
parent 163bab3849
commit bec314d2d7

View file

@ -290,7 +290,7 @@ def check_or_die(command):
raise CommandNotFoundError("'None' is not a valid command.")
if not which(command):
raise CommandNotFoundError("'{}' is not in the path".format(command))
raise CommandNotFoundError(f"'{command}' is not in the path")
def sanitize_win_path(winpath):