added "()" to file.close command

This commit is contained in:
Philip Eisenlohr 2012-07-03 12:33:11 +00:00
parent 823013d485
commit b30584b8d7
1 changed files with 1 additions and 1 deletions

View File

@ -158,4 +158,4 @@ for file in files:
for file in files:
file['input'].close() # close input ASCII table
if file['name'] != 'STDIN':
file['output'].close # close output ASCII table
file['output'].close() # close output ASCII table