1
0
Fork 0

Resolve cli.log.warn warnings (#24551)

This commit is contained in:
Joel Challis 2024-12-15 04:00:18 +00:00 committed by GitHub
parent 296e4539f5
commit 767dfbbd3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ def import_kbfirmware(cli):
cli.log.info(f'{{style_bright}}Importing {filename.name}.{{style_normal}}')
cli.echo('')
cli.log.warn("Support here is basic - Consider using 'qmk new-keyboard' instead")
cli.log.warning("Support here is basic - Consider using 'qmk new-keyboard' instead")
kb_name = _import_kbfirmware(data)