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
|
pass
|
||||||
else:
|
else:
|
||||||
print "load from closed file should raise IOError"
|
print "load from closed file should raise IOError"
|
||||||
|
os.remove(fn)
|
||||||
|
|
||||||
dotest()
|
dotest()
|
||||||
|
|
Loading…
Reference in New Issue