Skip to content

Potential error in code #38

@CABrouwers

Description

@CABrouwers

In module: pciprotocol.py
within
class PCIProtocol(CBusProtocol):
within method definition
def _send(self, cmd: Union[BasePacket], confirmation: bool = True, basic_mode: bool = False):

The Union contains only one element, BasePacket. Should there be other elements?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions