Skip to content

Commit 29be2eb

Browse files
committed
Fix data transformation for simple subtypes of list/dict structures
The scalar values of generic list/dist structures were not transformed according to _subtype transformation rules (to be precise, the transformed value was not saved).
1 parent d562421 commit 29be2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netsim/data/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def validate_item(
560560
attributes=attributes,
561561
enabled_modules=enabled_modules)
562562

563-
return True
563+
return OK
564564

565565
"""
566566
validate_attributes -- validate object attributes

0 commit comments

Comments
 (0)