Issue #10801: Remove a debug print() from test_zipfile
This commit is contained in:
parent
46ab96a0c8
commit
3c8d12d6b8
|
@ -403,7 +403,6 @@ class TestsWithSourceFile(unittest.TestCase):
|
|||
mydir = os.path.dirname(myfile) or os.curdir
|
||||
fname = os.path.join(mydir, 'zip_cp437_header.zip')
|
||||
|
||||
print(fname)
|
||||
zipfp = zipfile.ZipFile(fname)
|
||||
try:
|
||||
zipfp.extractall()
|
||||
|
|
Loading…
Reference in New Issue