You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I believe the intention of providing a
yaml_file_arg_key
argument to theCustomArgParser
is that the end-user can choose the command-line name for providing their config file. However, currently, the value provided toyaml_file_arg_key
is not utilized and the config param name is just assumed to beconfig_path
while fetching and parsing the config in Line 83.PyMarlin/pymarlin/utils/config_parser/custom_arg_parser.py
Line 83 in 11bce75
The text was updated successfully, but these errors were encountered: