forked from SpiderOak/ZipStream
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi! This test code create zip but files are corrupted! Python 3.8
stream = ZipFile(mode='w', compression=ZIP_DEFLATED)
for file in path2files:
stream.write(file, arcname=osp.basename(file))
for b in stream:
handler.wfile.write(b)
handler is BaseHTTPRequestHandler object
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels