Skip to content

Commit 12c432d

Browse files
committed
Fix for travitch#34 over at travich's place.
1 parent 83b89ac commit 12c432d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
# is specified. Try to avoid overlapping patterns.
5656
class ArgumentListFilter(object):
5757
def __init__(self, inputList, exactMatches={}, patternMatches={}):
58+
self.inputList = inputList
5859
defaultArgExactMatches = {
5960

6061
'-o' : (1, ArgumentListFilter.outputFileCallback),

0 commit comments

Comments
 (0)