RDFLib/pyLODE

Disabling inclusion of CSS code in the HTML file fails

Closed this issue · 0 comments

keski commented

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.