Minor alignment of CLI formatting commands (#25946)

This commit is contained in:
Joel Challis
2026-01-11 20:37:34 +00:00
committed by GitHub
parent e5d1cf0105
commit adbd077b15
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)))