False negative undefined-variable
after a caught exception shadowing a variable name
#157
Labels
C: undefined-variable
Issues related to 'undefined-variable' check
Control flow
Requires control flow understanding
False Negative 🦋
No message is emitted but something is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Originally reported by: BitBucket: moxian, GitHub: @moxian?
Pylint'ing snippet
says
when in fact None will never be attempted to be raised
Python 2
The text was updated successfully, but these errors were encountered: