bauman / python-idzip

Seekable, gzip compatible, compression format
MIT License
15 stars 12 forks source link

Fix bug in api.compress() - flush not called #14

Closed asuiu closed 1 year ago

asuiu commented 1 year ago

The compress() is broken, as it doesn't call flush before exit, so the data isn't written.

bauman commented 1 year ago

thanks for identifying this