wrong-exception-operation raised when concat tuple in except #9288
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Bug description
Pylint wrong-exception-operation is raised when concatenating the tuple in except.
Consider this file
a.py
:Pylint complains with:
when this case is valid.
Configuration
No response
Command used
Pylint output
Expected behavior
wrong-exception-operation
shouldn't be raisedPylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: