You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ontospy/gendocs/media/templates/shared/d3_hiddendivs.html", line 300, in top-level template code
Is Direct Instance Of: {% for s in each.instance_of %}{{s.title}} {% if not loop.last %}|{% endif %} {% endfor %}
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jinja2/runtime.py", line 417, in init
self._iterator = self._to_iterator(iterable)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jinja2/runtime.py", line 425, in _to_iterator
return iter(iterable)
the following Exception is raised when running
ontospy gendocs 'GLEIF-CorporateActionIndividuals.rdf' --individuals --type 4
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ontospy/gendocs/media/templates/shared/d3_hiddendivs.html", line 300, in top-level template code
Is Direct Instance Of: {% for s in each.instance_of %}{{s.title}} {% if not loop.last %}|{% endif %} {% endfor %}
^^^^^^^^^^^^^^^^^^^^^^^^^File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jinja2/runtime.py", line 417, in init
self._iterator = self._to_iterator(iterable)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jinja2/runtime.py", line 425, in _to_iterator
return iter(iterable)
the ontology file can be found here https://github.com/edmcouncil/fibo/blob/master/CAE/CorporateEvents/GLEIF-CorporateActionIndividuals.rdf
I noticed the same error can be reproduced with other types (not only
--type 4
) when an ontology contains individualsThe text was updated successfully, but these errors were encountered: