We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332dcf8 commit 1084991Copy full SHA for 1084991
1 file changed
zipapp_main.py
@@ -31,7 +31,6 @@
31
if should_extract:
32
for file in zf.infolist():
33
if file.filename.startswith('Cryptodome'):
34
- print('Extracting', file.filename)
35
extracted = zf.extract(file.filename, vendored_packages_path)
36
os.chmod(extracted, file.external_attr >> 16)
37
sys.path.insert(0, vendored_packages_path)
0 commit comments