-
-
Notifications
You must be signed in to change notification settings - Fork 322
Bug: Configuration.from_yaml() cannot read properly template strings in a yaml file #857
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
Comments
Funnily enough, this once was a feature #467. I think it is possible to make this behavior optional. |
Apparently, this is because How about add a parameter like |
I've repurposed existing arg to receive |
That's cool! Thanks for your consideration :) |
Hi, I'm using
Configuration.from_yaml()
to read template strings in a yaml file like below:And When I read the yaml file, the variables string in the yaml file disappear.
But when I use
pyyaml
directly, it doesn't have any problem.Could you guys clear up what happens in
from_yaml()
?Thanks!
The text was updated successfully, but these errors were encountered: