mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-03 13:40:36 +00:00
CLI: Fix doctor error when can't run bin/qmk --version
. (#8796)
This commit is contained in:
@ -191,7 +191,7 @@ def is_executable(command):
|
||||
cli.log.debug('Found {fg_cyan}%s', command)
|
||||
return True
|
||||
|
||||
cli.log.error("{fg_red}Can't run `%s %s`", (command, version_arg))
|
||||
cli.log.error("{fg_red}Can't run `%s %s`", command, version_arg)
|
||||
return False
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user