You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an attribute is an EnumerationValueAttribute, values are list not a single element (unlike String or a number).
Calling 'getValue()' on Java Object raises an Error.
'getValues()' should be called and result should be wrapped in a list.
The text was updated successfully, but these errors were encountered:
python4capella/plugins/Python4Capella/simplified_api/requirement.py
Line 442 in 62a873e
When an attribute is an EnumerationValueAttribute, values are list not a single element (unlike String or a number).
Calling 'getValue()' on Java Object raises an Error.
'getValues()' should be called and result should be wrapped in a list.
The text was updated successfully, but these errors were encountered: