openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

Add missing exception type #209

Closed bitsgalore closed 8 months ago

bitsgalore commented 9 months ago

Here (2x):

https://github.com/openpreserve/jpylyzer/blob/66bd11f99dc5a14c5817dd3d23db4b77547fdd5e/jpylyzer/boxvalidator.py#L3096

I think except ET.ParseError should do the trick.

bitsgalore commented 9 months ago

Fixed by https://github.com/openpreserve/jpylyzer/commit/ba962c88fcf5ede3008d48b8b7678a83a3a68efe

Still needs manual look…