-
-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
Description
Python's ZipFile allows writing duplicate files and does this by default. When it writes a duplicate file, it raises a UserWarning. This occurs for each file and is a bit noisy. As there doesn't seem to be a standard way of solving this, would recommend that we simply suppress this warning. Combining this with a resolution to issue ( https://github.com/alimanfoo/zarr/issues/128 ), would ensure that deduplication already occurs so the warning is no longer relevant.
Edit: Added link to Python bug after the fact.
Metadata
Metadata
Assignees
Labels
No labels