BAN-AI-Communications / rfc2217-gateway

rfc2217-gateway: RFC-2217 gateway with mDNS announcement
https://github.com/SARAD-GmbH/rfc2217-gateway
Apache License 2.0
3 stars 0 forks source link

(PYL-W0703) Exception caught is very general #39

Closed johnsonjh closed 3 years ago

johnsonjh commented 3 years ago

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 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/BAN-AI-Communications/rfc2217-gateway/issue/PYL-W0703/occurrences/

repo-ranger[bot] commented 3 years ago

⚠️ This has been marked to be closed in 7 days.

johnsonjh commented 3 years ago

3rd party / won't fix