Jonathan Giddy write:
In test_cpickle.py, the module os got imported, but the line to remove the temp file has gone missing.
This commit is contained in:
parent
60e7330fee
commit
8ff764f113
|
@ -91,5 +91,6 @@ def dotest():
|
|||
pass
|
||||
else:
|
||||
print "load from closed file should raise IOError"
|
||||
os.remove(fn)
|
||||
|
||||
dotest()
|
||||
|
|
Loading…
Reference in New Issue