Fix a typo.
This commit is contained in:
parent
191f0e1463
commit
ef43328e0c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def convertor(linefilter, filelist):
|
|||
for filename in filelist:
|
||||
infp = open(filename, "r")
|
||||
outfp = open(filename + ".out", "w")
|
||||
linefilter(infp, outfp)
|
||||
linefilter(filename, infp, outfp)
|
||||
infp.close()
|
||||
outfp.close()
|
||||
os.remove(filename)
|
||||
|
|
Loading…
Add table
Reference in a new issue