fixed typo in last commit
This commit is contained in:
parent
6ebc490207
commit
3c9d6df889
|
@ -82,4 +82,4 @@ for name in filenames:
|
||||||
|
|
||||||
table.close() # close ASCII table
|
table.close() # close ASCII table
|
||||||
if file['name'] != 'STDIN':
|
if file['name'] != 'STDIN':
|
||||||
os.rename(file['name']+'_tmp',options.key+'_averaged_'+file['name']) # overwrite old one with tmp new
|
os.rename(file['name']+'_tmp',options.label+'_averaged_'+file['name']) # overwrite old one with tmp new
|
||||||
|
|
Loading…
Reference in New Issue