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

CustomArgParser doesn't support the yaml_file_arg_key functionality #57

Open
shatu opened this issue Aug 12, 2021 · 0 comments
Open

CustomArgParser doesn't support the yaml_file_arg_key functionality #57

shatu opened this issue Aug 12, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@shatu
Copy link
Collaborator

shatu commented Aug 12, 2021

I believe the intention of providing a yaml_file_arg_key argument to the CustomArgParser is that the end-user can choose the command-line name for providing their config file. However, currently, the value provided to yaml_file_arg_key is not utilized and the config param name is just assumed to be config_path while fetching and parsing the config in Line 83.

self._parse_config(args.config_path)

@jsleep jsleep added the bug Something isn't working label Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants