fixed buggy file handling for multiple input files

This commit is contained in:
Philip Eisenlohr 2012-11-30 11:03:53 +00:00
parent 74f62c891d
commit 72159e867c
1 changed files with 1 additions and 7 deletions

View File

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