This commit is contained in:
Markus 2019-02-11 10:12:07 -02:00
parent 53c8764563
commit 893f1d280a
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ class Processor:
except KeyError:
pass
# Also for backwards compatibility, we accept partial state update blocks both as list or dict
# No need for a deprecation warning as it's already raised by SimCAD.utils.key_filter
if (type(m)==list):
for v in m:
rename_keys(v)