dieguesmosken / dieguesmosken/Projetos_Python
(PYL-W0703) Exception caught is very general
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Description
If the except block catches a very general exception, it is likely to catch any unrelated errors too. Try to be more explicit about which exception(s) you're trying to catch.
## Occurrences
There are 4 occurrences of this issue in the repository.
See all occurrences on DeepSource → [app.deepsource.com/gh/dieguesmosken/Projetos_Python/issue/PYL-W0703/occurrences/](https://app.deepsource.com/gh/dieguesmosken/Projetos_Python/issue/PYL-W0703/occurrences/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.