Closed paulolaup closed 2 weeks 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).
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).