aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rwxr-xr-xlib/python/qmk/cli/doctor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/doctor.py b/lib/python/qmk/cli/doctor.py
index 9e1057062..327bc9cb3 100755
--- a/lib/python/qmk/cli/doctor.py
+++ b/lib/python/qmk/cli/doctor.py
@@ -77,6 +77,7 @@ def doctor(cli):
77 * [ ] Compile a trivial program with each compiler 77 * [ ] Compile a trivial program with each compiler
78 """ 78 """
79 cli.log.info('QMK Doctor is checking your environment.') 79 cli.log.info('QMK Doctor is checking your environment.')
80 cli.log.info('CLI version: %s', cli.version)
80 cli.log.info('QMK home: {fg_cyan}%s', QMK_FIRMWARE) 81 cli.log.info('QMK home: {fg_cyan}%s', QMK_FIRMWARE)
81 82
82 status = os_tests() 83 status = os_tests()