fixed buggy file handling for multiple input files
This commit is contained in:
parent
74f62c891d
commit
72159e867c
|
@ -46,11 +46,5 @@ for file in files:
|
|||
|
||||
table.output_flush()
|
||||
|
||||
try:
|
||||
if file['name'] != 'STDIN':
|
||||
file['input'].close()
|
||||
except:
|
||||
pass
|
||||
try:
|
||||
file['output'].close()
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue