~ruther/qmk_firmware

5a5015594f44f8b7f7d3c5bc43479c3e670656d6 — QMK Bot 4 years ago ed56fc7 + 53ace43
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 0 deletions(-)

M lib/python/qmk/cli/doctor/main.py
M lib/python/qmk/cli/doctor/main.py => lib/python/qmk/cli/doctor/main.py +1 -0
@@ 44,6 44,7 @@ def doctor(cli):
        * [ ] Compile a trivial program with each compiler
    """
    cli.log.info('QMK Doctor is checking your environment.')
    cli.log.info('CLI version: %s', cli.version)
    cli.log.info('QMK home: {fg_cyan}%s', QMK_FIRMWARE)

    status = os_tests()