OAI / oascomply

Apache License 2.0
22 stars 6 forks source link

Don't use default jschon Catalog #39

Closed handrews closed 1 year ago

handrews commented 1 year ago

If oascomply is used as a library with other code that uses jschon, there might be a collision regarding the default catalog. Since we already set it up and export it in oascomply/__init__.py, give it a name and be certain to always use it (probably export the name as well? Although technically if you have the instance I don't think the name is needed?)

handrews commented 1 year ago

Fixed on the m2 branch, most notably commit 8ba736e0