Open ahincks opened 7 months ago
To reproduce: in web interface, replace a property type; then Vertex._from_attrs() will fail when called on a property since the property type is connected two times, for some reason: fails on checking if len_a > 1.
len_a > 1
To reproduce: in web interface, replace a property type; then Vertex._from_attrs() will fail when called on a property since the property type is connected two times, for some reason: fails on checking if
len_a > 1
.