releso.util.util_funcs.join_infos
- releso.util.util_funcs.join_infos(old_info: Dict, new_info: Dict, logger_name: str)
Joins the provided old and new infos into a cohesive new dict.
- Parameters:
old_info (InfoType) – Already existing info dictionary which should be
infos. (the already existing)
new_info (InfoType) – Newly received info. Which needs to be added to
infos.
logger_name (str) – LoggerName so that if necessary the log message is
cue. (sent into the correct logging)