-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Missing line number error report #19257
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
After invstigation, I know it comes from the following code: Of course, I understand the errors, but I don't really know why there are no lines! Note however that # type: ignore[assignment] # Not statically checked does not silence the errors! |
Simplified reproducer: a: list[int]
b: str
(b,) = (*a,) outputs:
|
Thanks for finding a MWE. I think you could also add the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I wanted to know if someone already had this: I have error with no line number, so I don't really know how to debug them. For example, you can this failing pipeline which shows
It's not "global", as before I had errors with and without line numbers
The text was updated successfully, but these errors were encountered: