navigate.config.config.update_config_dict
- navigate.config.config.update_config_dict(manager, parent_dict, config_name, new_config) → 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 subdictionary to replace
new_config (dict or str) – Dictionary values or yaml file name
- Returns:
True or False
- Return type:
bool