Skip to content

Commit 2fc5056

Browse files
committed
Initialize self.inputList in the ArgumentListFilter constructor
Closes travitch#34
1 parent b6473e5 commit 2fc5056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
229229
r'^-std=.+$' : (0, ArgumentListFilter.compileUnaryCallback),
230230
}
231231

232+
self.inputList = inputList
233+
232234
#iam: try and keep track of the files, input object, and output
233235
self.inputFiles = []
234236
self.objectFiles = []

0 commit comments

Comments
 (0)