diff options
Diffstat (limited to 'tools/codeformat.py')
| -rw-r--r-- | tools/codeformat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py index 389bda877..eef4682be 100644 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -142,7 +142,7 @@ def main(): # Expand the globs passed on the command line, or use the default globs above. files = [] if args.files: - files = list_files(args.files) + files = list_files(args.files, EXCLUSIONS) else: files = list_files(PATHS, EXCLUSIONS, TOP) |
