Browse Source

Fixed premature close of string buffer.

main
David Robertson 21 years ago
parent
commit
742df9e308
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/utils.py

+ 0
- 1
test/utils.py View File

@@ -172,7 +172,6 @@ class TestDiff:
for line in testStrFile: for line in testStrFile:
self.dataFile.write(line) self.dataFile.write(line)
self.dataFile.write(self.divider) self.dataFile.write(self.divider)
testStrFile.close()




def close(self): def close(self):


Loading…
Cancel
Save