-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix windows selects incorrect spec #1317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should make sure that the tests pass on master since they haven't been running in a while heh |
damn 🤔 |
Comment from the peanut gallery: I have been staring at this diff for 10 minutes and still don't understand what's the difference 🤦♂️ |
the py variable is used in the second part of the function, by using it as a loop variable we override it , breaking the logic |
😮 Thanks for clarifying! |
Are you going to resolve this? |
? this patch is merged and released |
what the solution? |
🤦♂ yeah, an overriding variable, quite sneaky