-
-
Notifications
You must be signed in to change notification settings - Fork 644
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
[Feature Request] Support .yml in addition to .yaml for config composition #398
Comments
Hi @tamuhey, is there a specific case for this? I am not sure supporting .yml files justifies checking for the existence of a file with the second extension if the first one fails. |
It's a matter of preference. |
I am going to park this one. The magical support for .yaml is making things more complicated they I would like them to be. I don't want to make things even worse by adding support for .yml files. |
This does not seem to justify the extra complexity, closing. |
The document needs to explicitly note that file extension should be `yaml`, and `.yml` can't be used. I ran in a error when trying to use `.yml`, and took some time to solve. Related issues: facebookresearch#398 facebookresearch#1050
π Feature Request
Motivation
Is your feature request related to a problem? Please describe.
The directory structure of my app looks like:
and the
config.yml
is:Running
app.py
raises the error:Hydra seems to support
.yaml
but not.yml
.The text was updated successfully, but these errors were encountered: