RichDom2185 / pythonbuddy-issue-tracker

Issue tracker for Python Buddy.
https://pythonbuddy.dev
0 stars 0 forks source link

Assignments to subscripts don't work #2

Closed RichDom2185 closed 9 months ago

RichDom2185 commented 9 months ago

Share link (if applicable)

Link to code

What is the issue?

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.

RichDom2185 commented 9 months ago

Fixed in the latest release: 6631987e73b2ff39262832384b9c7256bda7e031