This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed premature close of string buffer.
main
David Robertson
21 years ago
parent
bc99ac3845
commit
742df9e308
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
test/utils.py
+ 0
- 1
test/utils.py
View File
@@ -172,7 +172,6 @@ class TestDiff:
for line in testStrFile:
self.dataFile.write(line)
self.dataFile.write(self.divider)
testStrFile.close()
def close(self):
Write
Preview
Loading…
Cancel
Save