Using relative config files in dicts and lists raises Unexpected import path format
#557
Labels
enhancement
New feature or request
pending author response
A question was asked or some work is pending
Using relative config files in dicts doesn't work. It might be that I'm not using the correct syntax tho
To reproduce
3 files in the same directory
cli.py
(If you use a
List
instead ofDict
ford
param, same error happens)main.yaml
my_obj.yaml
Command:
python cli.py --config main.yaml
. RaisesAs I said it might not be a bug. I'm using python 3.8, but in the project that triggered this error I'm using python 3.9.
The text was updated successfully, but these errors were encountered: