ontology-development-kit
ontology-development-kit copied to clipboard
odk hardcodes path only available in docker env:
https://github.com/INCATools/ontology-development-kit/blob/cac94046d633e88acaa515a256b311a6697ea3ce/odk/odk.py#L521
this should specify the relative path for maximum portability
If a different path is required in the docker container, then this should be passed in the docker conf
What do you mean here that this should specify the relative path? Looking at the odk.py, say in print(mg.generate('{}/_dynamic_files.jinja2'.format(templatedir)))
I think this would support a relative path already. Like, if templatedir
is a relative path I think the templating still works, right?