Kaydet (Commit) d41102da authored tarafından Mark Dickinson's avatar Mark Dickinson

Remove debugging print.

üst fb0ffa12
...@@ -75,7 +75,6 @@ class TestWave(unittest.TestCase): ...@@ -75,7 +75,6 @@ class TestWave(unittest.TestCase):
with self.assertRaises(wave.Error): with self.assertRaises(wave.Error):
with wave.open(TESTFN, 'wb') as f: with wave.open(TESTFN, 'wb') as f:
pass pass
print('in test:', f._file)
with self.assertRaises(wave.Error): with self.assertRaises(wave.Error):
with open(TESTFN, 'wb') as testfile: with open(TESTFN, 'wb') as testfile:
with wave.open(testfile): with wave.open(testfile):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment