This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
More Fixes for Python2 compatiblity
test_fixup
Vadim Lebedev
2 years ago
parent
5307ed6b87
commit
f334049b58
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save