OpenCyphal / pycyphal

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

[UAVCAN v0] Fix automatic SocketCAN/PythonCAN initialization #181

Closed pavel-kirienko closed 2 years ago

pavel-kirienko commented 2 years ago

SocketCAN used to be unusable if PythonCAN is installed because the latter would take precedence during initialization despite the fact that the required arguments are missing.

This changeset also fixes the line endings in python_can.py.