We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556a1df commit 99146eaCopy full SHA for 99146ea
1 file changed
tests/io/open_plus.py
@@ -40,3 +40,9 @@
40
f.seek(0)
41
print(f.read())
42
f.close()
43
+
44
+# cleanup
45
+try:
46
+ os.unlink("testfile")
47
+except OSError:
48
+ pass
0 commit comments