pyLODE icon indicating copy to clipboard operation
pyLODE copied to clipboard

Disabling inclusion of CSS code in the HTML file fails

Open keski opened this issue 2 years ago • 0 comments

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.

keski avatar Feb 14 '23 14:02 keski