mirror of
https://github.com/micropython/micropython.git
synced 2026-03-14 04:40:16 +01:00
tools/codeformat.py: Use input files when formatting python code.
Signed-off-by: stijn <stijn@ignitron.net>
This commit is contained in:
@@ -192,7 +192,7 @@ def main():
|
||||
command.append("-v")
|
||||
else:
|
||||
command.append("-q")
|
||||
command.append(".")
|
||||
command.extend(files if files else ["."])
|
||||
subprocess.check_call(command, cwd=TOP)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user