-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Walrus operator in if condition throws error #9466
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
Labels
Comments
Can you try it with the latest master from GitHub? |
With the master branch:
|
Thanks, can you post a minimal, complete program that triggers this crash? And what are your mypy flags? |
Looks like a dupe of #9054. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While linting the following line
if value := getattr(self, code, None)
an error is thrown.Is this a known issue?
The text was updated successfully, but these errors were encountered: