You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the except block catches a very general exception, it is likely to include many unrelated errors too. Try to be more precise while catching the exception.
Occurrences
There are 416 occurrences of this issue in the repository.
Description
If the except block catches a very general exception, it is likely to include many unrelated errors too. Try to be more precise while catching the exception.
Occurrences
There are 416 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/TeamLionX/LionX/issue/PYL-W0703/occurrences/
The text was updated successfully, but these errors were encountered: