openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
65 stars 23 forks source link

don't print filename on Creator() #33

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

I think it's a debug value that's no longer needed.

https://github.com/openzim/python-libzim/blob/2cdfa1c3deef3672099de8b9ebfac15940ec6b87/libzim/writer.py#L138-L139

coderpaddy commented 4 years ago

Do I just clone, attempt to fix, and make a pull request?

coderpaddy commented 4 years ago

made a pull request with the fix :D