Skip to content

USBISS - Syntax error #11

@gwdehaan

Description

@gwdehaan
  • pyusbiss version: 0.2.2
  • Python version: 3.6
  • Operating System: WIN10

Description

Tried to use the latest usbiss.py version and got a syntax error on

raise USBISSError(error_dict[response(1)])

What I Did

corrected the usbiss.py:

raise USBISSError(error_dict[response[1]])

Adapted my i2c module succesfully to reflect the new mode setup.

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