fixed table —> theTable flaw in output finalization

This commit is contained in:
Tias Maiti 2014-11-05 22:17:06 +00:00
parent 52160385a6
commit 7d6670d4cf
1 changed files with 2 additions and 2 deletions

View File

@ -188,6 +188,6 @@ for file in files:
#--- output finalization --------------------------------------------------------------------------
if file['name'] != 'STDIN':
table.input_close()
table.output_close()
theTable.input_close()
theTable.output_close()
os.rename(file['name']+'_tmp',file['name'])