OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

socketcan: improve incorrect config error message #185

Closed coderkalyan closed 2 years ago

coderkalyan commented 2 years ago

Closes #183

Currently, as per Python exception chaining, the OSError is still thrown, but display of the MediaConfigurationError takes precedence.

coderkalyan commented 2 years ago

@pavel-kirienko changed to point to the develop branch, and resolved the comment you had.