Skip to content
Snippets Groups Projects
Commit 78c7b277 authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix header_clean with missing --match-header argument

parent f1d98ce3
No related branches found
No related tags found
No related merge requests found
...@@ -404,6 +404,7 @@ def create_parser(): ...@@ -404,6 +404,7 @@ def create_parser():
nargs='+', nargs='+',
required=False, required=False,
metavar="REGEX", metavar="REGEX",
default=(),
help="Match file paths against this expression", help="Match file paths against this expression",
) )
return parser return parser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment