updated to latest ASCII table handling style

This commit is contained in:
Tias Maiti 2014-07-28 15:34:11 +00:00
parent 0b93e7c5a5
commit 5556dad13f
1 changed files with 2 additions and 2 deletions

View File

@ -189,6 +189,6 @@ for file in files:
outputDead or theTable.output_flush() # just in case of buffered ASCII table
theTable.input_close() # close input ASCII table
file['input'].close() # close input ASCII table
if file['name'] != 'STDIN':
theTable.output_close() # close output ASCII table
file['output'].close() # close output ASCII table