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
Similar to bug #1921 and related, I found that an extra undefined-loop-variable error is shown in presence of cell-var-from-loop when the same variable is used later in another loop.
Similar to bug #1921 and related, I found that an extra
undefined-loop-variable
error is shown in presence ofcell-var-from-loop
when the same variable is used later in another loop.Steps to reproduce
The following code:
outputs
However, when changing the name of the second
x
or commenting out those two lines, then the output is justpylint --version output
The text was updated successfully, but these errors were encountered: