lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Rename d3_packhierarchy.html to d3_packHierarchy.html #95

Closed bosforox closed 2 years ago

bosforox commented 3 years ago

The file must be renenamed, the ontospy command on terminal returns following error message File "....../Ontospy/ontospy/ontodocs/viz_factory.py", ", line 114, in _renderTemplate atemplate = open(self.templates_root + template_name, "r") FileNotFoundError: [Errno 2] No such file or directory: '....../Ontospy/ontospy/ontodocs/media/templates/d3/d3_packHierarchy.html'

lambdamusic commented 2 years ago

Thanks.