Skip to content
Snippets Groups Projects
Commit 6e462abb authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

hmm... test before commit

parent 5d477bc9
Branches
Tags
No related merge requests found
......@@ -548,7 +548,7 @@ def update_config(section, update_data, scope=None):
if isinstance(update_data, list):
configuration = update_data
else:
configuration.extend(update_data)
configuration.update(update_data)
# read only the requested section's data.
scope.sections[section] = {section: configuration}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment