updated to latest ASCII table handling style
This commit is contained in:
parent
0b93e7c5a5
commit
5556dad13f
|
@ -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
|
Loading…
Reference in New Issue