-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple default_config_files
default values
#58
Labels
enhancement
New feature or request
Comments
default_config_files
default_config_files
default values
It is like this just because it hasn't been implemented. Surely it could be implemented. |
hi, any progress on this? |
Sorry @stasbel I haven't worked on this. Currently there are other higher priority tasks in jsonargparse. You will have to wait a bit for me to have time for it. |
mauvilsa
added a commit
that referenced
this issue
Jul 5, 2021
- Added support for parsing multiple matched default config files #58. - Fixed pattern in default_config_files not using sort. - Prepare for release v3.16.0.
This is now part of release v3.16.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Say, I want to set defaults from two config files with keys intersection.
I expect it to set defaults with each next config in the list override previous values.
But instead, it says:
Which completely ignores information from config2.yaml.
Why is it expected behavior and could it be fixed?
Thanks.
The text was updated successfully, but these errors were encountered: