navigate.config.config.update_config_dict
- navigate.config.config.update_config_dict(manager: Manager, parent_dict: dict, config_name: str, new_config: Union[dict, str]) → bool
Read a new file and update info of the configuration dict.
- Parameters:
manager (multiprocessing.Manager) – Shares objects (e.g., dict) between processes
parent_dict (dict) – Dictionary we are adding to
config_name (str) – Name of dictionary to replace
new_config (dict or str) – Dictionary values or yaml file name
- Returns:
True or False
- Return type:
bool