hmm... test before commit

This commit is contained in:
Benedikt Hegner 2016-05-10 23:31:29 +02:00
parent 5d477bc956
commit 6e462abb4d

View file

@ -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}