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
The expression c = b = a results in a nested assignment, which causes the stanza to fail because the syntax node type assignment does not have an output attribute.
The suggested fix is to modify this stanza as follows
Python code:
The following Stanza fails:
Error thrown:
I believe that the TS query is not able to work with chained assignments since the first occurrence of right is incorrect.
The text was updated successfully, but these errors were encountered: