jodal / biip

📦 Biip interprets the data in barcodes.
https://biip.readthedocs.io
Apache License 2.0
44 stars 3 forks source link

Skip unmatching optional pattern groups #300

Closed jodal closed 1 month ago

jodal commented 1 month ago

In the latest GS1 Application Identifier dataset, there are four AIs with optional pattern groups. When the value matches everything but the optional pattern group, the group's value becomes None. This caused Biip to crash when we tried building a string of the characters matching the pattern.

Fixes #295