Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot
2026-01-11 20:38:14 +00:00
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ def format_python(cli):
if not files:
cli.log.error('No Python files in filelist: %s', ', '.join(map(str, cli.args.files)))
exit(0)
return False
if cli.args.all_files:
cli.log.warning('Filenames passed with -a, only formatting: %s', ','.join(map(str, files)))