Skip to content
Snippets Groups Projects
Commit 38389829 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Config: unify handling of config data after merge

parent 0403ce96
No related branches found
No related tags found
No related merge requests found
......@@ -544,6 +544,7 @@ class ExpConfig(ConfigObj):
if lib_config_name:
pre_config.merge(ConfigObj(lib_config_name))
split_shared_sections(pre_config)
list_assign(pre_config)
register_version(pre_config, config_versions)
if setup_config_name:
......@@ -582,6 +583,7 @@ class ExpConfig(ConfigObj):
environment+'.config')
if lib_config_name:
pre_config.merge(ConfigObj(lib_config_name))
split_shared_sections(pre_config)
list_assign(pre_config)
register_version(pre_config, config_versions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment