From 69b3b890d28741e809992957d77c7fb6bc10220d Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 21 Jun 2021 22:14:38 -0700 Subject: [PATCH] check for __init__ instead of doctor --- qmk_cli/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmk_cli/helpers.py b/qmk_cli/helpers.py index 388852d..90767fa 100644 --- a/qmk_cli/helpers.py +++ b/qmk_cli/helpers.py @@ -16,7 +16,7 @@ def is_qmk_firmware(qmk_firmware): qmk_firmware / 'quantum', qmk_firmware / 'requirements.txt', qmk_firmware / 'requirements-dev.txt', - qmk_firmware / 'lib/python/qmk/cli/doctor.py' + qmk_firmware / 'lib/python/qmk/cli/__init__.py' ] for path in paths: