aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/userspace/list.py
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-12-15 04:00:50 +0000
committerQMK Bot <hello@qmk.fm>2024-12-15 04:00:50 +0000
commitcb7608b9e26f00c0c5383bfb6702a4dc86d42012 (patch)
tree45aba08ac3270fe5e94affe4029a59e4c1fc4b9b /lib/python/qmk/cli/userspace/list.py
parent31631537d55e775d2caf821c5c40e67494b16bde (diff)
parent767dfbbd3f94dcddb2061cd8338dd166d985df9d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/python/qmk/cli/userspace/list.py')
-rw-r--r--lib/python/qmk/cli/userspace/list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/userspace/list.py b/lib/python/qmk/cli/userspace/list.py
index 9f83a14a2a..e902483b6b 100644
--- a/lib/python/qmk/cli/userspace/list.py
+++ b/lib/python/qmk/cli/userspace/list.py
@@ -66,4 +66,4 @@ def userspace_list(cli):
if is_all_keyboards(keyboard) or is_keymap_target(keyboard_folder(keyboard), keymap):
cli.log.info(f'Keyboard: {{fg_cyan}}{keyboard}{{fg_reset}}, keymap: {{fg_cyan}}{keymap}{{fg_reset}}{extra_args_str}')
else:
- cli.log.warn(f'Keyboard: {{fg_cyan}}{keyboard}{{fg_reset}}, keymap: {{fg_cyan}}{keymap}{{fg_reset}}{extra_args_str} -- not found!')
+ cli.log.warning(f'Keyboard: {{fg_cyan}}{keyboard}{{fg_reset}}, keymap: {{fg_cyan}}{keymap}{{fg_reset}}{extra_args_str} -- not found!')