Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

v0.3.1 Bugfix: ribocount: allow creation of zip files larger than 2GB

Latest
Compare
Choose a tag to compare
@vimalkvn vimalkvn released this 04 Mar 12:28
· 2 commits to master since this release

ribocount fails to create zip files larger than 2GB due to missing ZIP64 extensions. This is now fixed (zipfile.ZipFile(..., allowZip64=True)).

Thanks @audreymannion for reporting the bug and for the fix.