Skip to content

Commit 610e450

Browse files
authored
Merge pull request #6693 from gottesmm/bug_reducer_little_bug
2 parents f509330 + 4a2912d commit 610e450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bug_reducer/bug_reducer/bug_reducer_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class SILToolInvoker(object):
9595

9696
def __init__(self, config, extra_args=None):
9797
self.config = config
98-
self.extra_args = extra_args
98+
self.extra_args = extra_args or []
9999

100100
def base_args(self, emit_sib):
101101
x = [self.tool]

0 commit comments

Comments
 (0)