fixed typo in last commit

This commit is contained in:
Tias Maiti 2015-07-15 18:15:39 +00:00
parent 6ebc490207
commit 3c9d6df889
1 changed files with 1 additions and 1 deletions

View File

@ -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