medizininformatik-initiative / fhir-ontology-generator

3 stars 3 forks source link

Implement system independence regarding path separators #78

Closed paulolaup closed 2 weeks ago

paulolaup commented 2 months ago

Currently, paths with Windows path separators don't work with the current implementation due to Unix path separators being expected.

TODO: Switch troublesome occurrences in the code base to system independent version (e.g. using the Python os.path library).