Browse Source

More Fixes for Python2 compatiblity

test_fixup
Vadim Lebedev 2 years ago
parent
commit
f334049b58
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libarchive/zip.py

+ 0
- 1
libarchive/zip.py View File

@@ -100,7 +100,6 @@ class ZipFile(SeekableArchive):
if not names:
names = self.namelist()
if names:
print(f"Extracting {names} files.")
for name in names:
self.extract(name, path)



Loading…
Cancel
Save