Skip to content

Exception class fails to initialise (raises exception) #6

@RobPearce

Description

@RobPearce

The init method of USBtinException uses the "super" operator with no arguments, which throws an exception on at least some versions of Python. It should instead say:
def __init__(self, *args, **kwargs): super(USBtinException, self).__init__(*args, **kwargs)

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