linkml / linkml-runtime

Runtime support for linkml generated models
https://linkml.io/linkml/
Creative Commons Zero v1.0 Universal
25 stars 23 forks source link

ImportMap strips trailing separators on local files #163

Closed hsolbrig closed 2 years ago

hsolbrig commented 2 years ago

An import map of the form:

{  "base:": "base/"}

Maps base:abc to <path>/baseabc instead of path/base/abc. This is because os.path.abspath strips trailing separators.

sierra-moxon commented 2 years ago

closing as completed.