Closed llhotka closed 3 years ago
Line 1195 in schemanode.py raises an uncaught exception if the en instance value isn't a dictionary.
en
This could happen e.g. if a former LeafList is changed to List but the instance value isn't updated.
LeafList
List
Fixed in abbab8233b37ec134a1ab1933b334699db9c5341
Line 1195 in schemanode.py raises an uncaught exception if the
en
instance value isn't a dictionary.This could happen e.g. if a former
LeafList
is changed toList
but the instance value isn't updated.