fixed typo
This commit is contained in:
parent
741f2deb4f
commit
f5ba071bf5
|
@ -86,7 +86,7 @@ def processList(values):
|
||||||
dirs = listfile.readlines()
|
dirs = listfile.readlines()
|
||||||
for dir in dirs:
|
for dir in dirs:
|
||||||
dataName = path.dirname(dir[:-1]) #strip the trailing slash for dirname
|
dataName = path.dirname(dir[:-1]) #strip the trailing slash for dirname
|
||||||
values.file = path.join(dir,dataname+".fil")
|
values.file = path.join(dir,dataName+".fil")
|
||||||
addBurst(values)
|
addBurst(values)
|
||||||
|
|
||||||
def processDir(values, fileList):
|
def processDir(values, fileList):
|
||||||
|
|
Loading…
Reference in a new issue