We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServerDecoder
pymodbus/pymodbus/factory.py
Lines 92 to 102 in 1b2cb7e
ClientDecoder
Lines 229 to 241 in 1b2cb7e
The generic except Exception was added a long time ago in 1.5.0
except Exception
1.5.0
It doesn't seem right to have them differ; which is preferred?
The text was updated successfully, but these errors were encountered:
you are right, the first one is better (without the generic exception).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
ServerDecoder
pymodbus/pymodbus/factory.py
Lines 92 to 102 in 1b2cb7e
ClientDecoder
pymodbus/pymodbus/factory.py
Lines 229 to 241 in 1b2cb7e
The generic
except Exception
was added a long time ago in1.5.0
It doesn't seem right to have them differ; which is preferred?
The text was updated successfully, but these errors were encountered: