Skip to content

Commit

Permalink
CLI/Doctor: Print QMK_HOME (qmk#10398)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and rgoulter committed Oct 4, 2020
1 parent 565fd53 commit 1707cc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/python/qmk/cli/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

from milc import cli
from qmk import submodules
from qmk.constants import QMK_FIRMWARE
from qmk.questions import yesno
from qmk.commands import run

Expand Down Expand Up @@ -291,6 +292,8 @@ def doctor(cli):
cli.log.error('Unsupported OS detected: %s', platform_id)
ok = False

cli.log.info('QMK home: {fg_cyan}%s', QMK_FIRMWARE)

# Make sure the basic CLI tools we need are available and can be executed.
bin_ok = check_binaries()

Expand Down

0 comments on commit 1707cc8

Please sign in to comment.