pylint #81113 W0702 messages are added to the wrong line [validation pending]
In code like this:
x = 1
W0702 is added to the first line of the except handler, not the line with the except clause. | |
priority | minor |
---|---|
type | bug |
done in | 0.25.1 |
load left | 0.000 |
closed by | #aefe8a8ab83c W0702 messages should be added to the line of the except handler, not the first line of the body. Closes #81113 |