Commit 4e7b694
committed
usb1: Fix exception raised during handleEvents.
Fixes errors like:
File "usb1/__init__.py", line 2375, in handleEvents
self.__mayRaiseUSBError(
File "usb1/__init__.py", line 127, in mayRaiseUSBError
if value < 0:
TypeError: '<' not supported between instances of 'USBContext' and 'int'1 parent 71f1651 commit 4e7b694
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2079 | 2079 | | |
2080 | 2080 | | |
2081 | 2081 | | |
2082 | | - | |
| 2082 | + | |
2083 | 2083 | | |
2084 | 2084 | | |
2085 | 2085 | | |
| |||
0 commit comments