Skip to content
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

using .json file instead of .yaml after set_config_type('yaml') #45

Open
malefs opened this issue Dec 15, 2022 · 0 comments
Open

using .json file instead of .yaml after set_config_type('yaml') #45

malefs opened this issue Dec 15, 2022 · 0 comments
Labels

Comments

@malefs
Copy link

malefs commented Dec 15, 2022

I set reading config from type 'yaml' and set the config name
in the config-directory i have two files 1. calc_config.yaml and 2. calc_config.json
vyper reads in the calc_config.json instead the calc_config.yaml.

v.set_config_type('yaml')
v.set_config_name("calc_config")
v.read_in_config()  
@alexferl alexferl added the bug label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants