- 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.
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.