openzim / python-libzim

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

Forwarding libzim exception in addIllustration() #143

Closed rgaudin closed 2 years ago

rgaudin commented 2 years ago

@mgautierfr I've set nogil as well since addMetadata() has it.

Fixes #141

codecov[bot] commented 2 years ago

Codecov Report

Merging #143 (5125de8) into master (79b8ef1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #143   +/-   ##
=======================================
  Coverage   96.88%   96.88%           
=======================================
  Files           1        1           
  Lines         418      418           
=======================================
  Hits          405      405           
  Misses         13       13           
Impacted Files Coverage Δ
libzim/libzim.pyx 96.88% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79b8ef1...5125de8. Read the comment docs.