commit | 4e7b69418880223dbe49c0c890eb9fa0eded988a | [log] [tgz] |
---|---|---|
author | Vincent Pelletier <plr.vincent@gmail.com> | Wed Sep 22 23:28:29 2021 |
committer | Vincent Pelletier <plr.vincent@gmail.com> | Wed Sep 22 23:28:29 2021 |
tree | 028a71153fc82eac0fb6582a96bcde95385c112c | |
parent | 71f16511aa64d3ce6b6aaa1d70c65e828ce2b6d4 [diff] |
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'