RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE
BSD 3-Clause "New" or "Revised" License
162 stars 70 forks source link

Disabling inclusion of CSS code in the HTML file fails #183

Open keski opened 1 year ago

keski commented 1 year ago

Disabling inclusion of CSS code in the HTML file fails:

python3 cli.py --css false -o index.html ./ontology.owl

with the error:

FileNotFoundError: [Errno 2] No such file or directory: '[...] pylode.css'

The same error appears whether used via cli or as a Python module.