bobjacobsen / python-openlcb

MIT License
2 stars 1 forks source link

match - case statements with comma's #4

Closed bobjacobsen closed 5 months ago

bobjacobsen commented 5 months ago

There are a few case statements that still have Swift commas instead of Python vertical bars:

pythonolcb/canlink.py:            case ControlFrame.LinkCollision, ControlFrame.LinkError :
pythonolcb/canlink.py:            case ControlFrame.EIR0, ControlFrame.EIR1, ControlFrame.EIR2, ControlFrame.EIR3 :
pythonolcb/localnodeprocessor.py:            case MTI.Datagram, MTI.Datagram_Rejected, MTI.Datagram_Received_OK :

I'll fix these once we've merged the reorganization PR.