Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Apr 4, 2020
1 parent 8af156d commit 2f15cb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/python/qmk/cli/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

ESSENTIAL_BINARIES = {
'dfu-programmer': {},
'avrdude': {
'version_arg': '-\\?'
},
'avrdude': {},
'dfu-util': {},
'avr-gcc': {
'version_arg': '-dumpversion'
Expand Down Expand Up @@ -166,7 +164,7 @@ def is_executable(command):
cli.log.debug('Found {fg_cyan}%s', command)
return True

cli.log.error("{fg_red}Can't get version number of `%s`", command)
cli.log.error("{fg_red}Can't run `%s %s`", (command, version_arg))
return False


Expand Down

0 comments on commit 2f15cb2

Please sign in to comment.