Skip to content

Commit 7737182

Browse files
committed
Set '' as the default of --error-filter-patterns
1 parent a9cc96a commit 7737182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
)
164164
parser.add_argument(
165165
"--error-filter-patterns",
166-
default=None,
166+
default='',
167167
type=str,
168168
help=("A file containing regular expressions for filtering compiler error "
169169
"messages")

0 commit comments

Comments
 (0)