Skip to content

Commit a24c72d

Browse files
committed
Travis is happy now?
1 parent 12c432d commit a24c72d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

driver/utils.py

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

6160
'-o' : (1, ArgumentListFilter.outputFileCallback),
@@ -239,11 +238,13 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
239238

240239
}
241240

241+
242242
#iam: try and keep track of the files, input object, and output
243+
self.inputList = inputList
243244
self.inputFiles = []
244245
self.objectFiles = []
245246
self.outputFilename = None
246-
247+
247248
#iam: try and split the args into linker and compiler switches
248249
self.compileArgs = []
249250
self.linkArgs = []

0 commit comments

Comments
 (0)