bguise987 / pigz-python

The goal of this project is to create a pure Python implementation of the pigz project for parallelizing gzipping.
MIT License
31 stars 5 forks source link

Handle case of file not existing #23

Closed bguise987 closed 4 years ago

bguise987 commented 4 years ago

It's currently possible to pass in a file that does not exist. Not sure if pigz-python will handle this gracefully...