XaF/omni

env parameter in config inserts `.omni.yaml` into the path when using absolute paths

Closed this issue · 1 comments

After adding the excerpt below to my repo's config and running omni up, the path wasn't resolved properly.

env:
  PYTHONPATH:
    prepend:
      value: path/to/my/lib
      type: path

print(os.environ["PYTHONPATH"]) produced /path/to/repo/.omni.yaml/path/to/my/lib

XaF commented

Related to the feature added in #358
Was able to reproduce.