-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
E1111 False Positive With Generators #2400
Closed
ryannathans opened this issue
Aug 10, 2018
· 3 comments
· Fixed by gita/BhagavadGita#137, rhaamo/ahrl#13, rkpop/twitter-bot#8 or ChrisRBe/PP-P2P-Parser#53 · May be fixed by Resurfed/timer-api#22
Closed
E1111 False Positive With Generators #2400
ryannathans opened this issue
Aug 10, 2018
· 3 comments
· Fixed by gita/BhagavadGita#137, rhaamo/ahrl#13, rkpop/twitter-bot#8 or ChrisRBe/PP-P2P-Parser#53 · May be fixed by Resurfed/timer-api#22
Labels
Comments
Thanks, I can reproduce this issue! |
Probably because the yield isn't at the start of the line |
This is fixed in the linked commit, I'm doing a bug fix release for |
This was referenced Aug 10, 2018
clrpackages
pushed a commit
to clearlinux-pkgs/astroid
that referenced
this issue
Aug 11, 2018
…ements in their values commit 5b5cd7acbecaa9b587b07de27a3334a2ec4f2a79 Author: Claudiu Popa <pcmanticore@gmail.com> Date: Fri Aug 10 09:07:25 2018 +0200 Prepare 2.0.4 commit 3f7c4bc2541cfe4c069bc5c02d981f91f7d39ba2 Author: Claudiu Popa <pcmanticore@gmail.com> Date: Fri Aug 10 09:04:56 2018 +0200 Make sure that assign nodes can find ``yield`` statements in their values Close pylint-dev/pylint#2400 What's New in astroid 2.0.4? ============================ Release Date: 2018-08-10 * Make sure that assign nodes can find ``yield`` statements in their values Close pylint-dev/pylint#2400
This was referenced Feb 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Current behavior
Highlights
self.generator = self._make_gen()
with E1111Expected behavior
No E1111 false positive on this line
pylint --version output
The text was updated successfully, but these errors were encountered: