mdp_playground.config_processor.config_processor.
deepmerge
Merges dict b into dict a
Overwrites value in a with value in b if True with a warning, else raises Exception
Based on: https://stackoverflow.com/questions/7204805/how-to-merge-dictionaries-of-dictionaries/7205107#7205107