Fix registry entry value copy

This commit is contained in:
Otto Winter 2019-06-30 12:18:41 +02:00
parent 6c493d10d2
commit e5485ab650
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -1191,6 +1191,8 @@ def validate_registry_entry(name, registry):
registry_entry = registry[key]
value = value.copy()
with prepend_path([key]):
value[key] = registry_entry.schema(value[key])