redvypr.config.apply_config_to_configDict¶
- redvypr.config.apply_config_to_configDict(userconfig, configdict)¶
Applies a user configuration to a dictionary created from a template :param userconfig: The configuration dictionary :param configdict: The dictionary the configuration will be applied to
- Returns:
A with the userconfig modified configuration dictionary
- Return type:
configdict_applied