comment
This commit is contained in:
parent
53c8764563
commit
893f1d280a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue