JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

Non-descriptive error if file does not exist #81

Closed kmundnic closed 1 year ago

kmundnic commented 5 years ago

If the file being opened does not exist, the following error is thrown:

ERROR: GZError(-1, "gzopen failed")

I think it would be more useful to have a more informative error, such as a file not found message.

kmsquire commented 5 years ago

That seems very reasonable. Can you make a pull request?