How to setup CWD for find --config-name without using --config-path #3014
Unanswered
callmeBalloch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all :)
I have a default conf/config.yaml that looks like this:
and a run.py that looks like:
if I execute python run.py --info searchpath I get:
but when I create a /Users/user/dir/test.yaml in my cwd
and run from it the command: python --config-name test I get:
it looks like the searchpath is not properly updated with the additional CWD that is file:///Users/user/dir where I ran my script from
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions