Closed RichDom2185 closed 1 year ago
Link to code
The following error:
Error: 'Subscript' object has no attribute 'id'
Occurs because of the assumption that targets are always names (which have an ID). Assigning to subscripts (a specific index in a collection) will fail as a result.
Fixed in the latest release: 6631987e73b2ff39262832384b9c7256bda7e031
Share link (if applicable)
Link to code
What is the issue?
The following error:
Occurs because of the assumption that targets are always names (which have an ID). Assigning to subscripts (a specific index in a collection) will fail as a result.