added "()" to file.close command
This commit is contained in:
parent
823013d485
commit
b30584b8d7
|
@ -158,4 +158,4 @@ for file in files:
|
||||||
for file in files:
|
for file in files:
|
||||||
file['input'].close() # close input ASCII table
|
file['input'].close() # close input ASCII table
|
||||||
if file['name'] != 'STDIN':
|
if file['name'] != 'STDIN':
|
||||||
file['output'].close # close output ASCII table
|
file['output'].close() # close output ASCII table
|
||||||
|
|
Loading…
Reference in New Issue