mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pre-commit formatting updates
This commit is contained in:
parent
163bab3849
commit
bec314d2d7
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue