acdh-oeaw / apis-core-rdf

APIS Core refactored
https://acdh-oeaw.github.io/apis-core-rdf/
MIT License
4 stars 3 forks source link

fix(utils): add a `raise_on_fail` argument to the object create function #1407

Closed b1rger closed 6 days ago

b1rger commented 6 days ago

This allows the calling function to define how it wants the create_object_from_uri function to communicate errors. This is not pretty and we might want to rethink that function in the future, but for now it allows the two places that call that function to both keep working.

Closes: #1405