mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Merge pull request #70 from R0rt1z2/master
usblib: fix windows kernel driver issues again
This commit is contained in:
commit
2aadfacbbe
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class UsbClass(metaclass=LogBase):
|
|||
return False
|
||||
try:
|
||||
self.device.set_configuration()
|
||||
except Exception(UsbClass) as e:
|
||||
except Exception as e:
|
||||
self.debug(str(e))
|
||||
pass
|
||||
self.configuration = self.device.get_active_configuration()
|
||||
|
|
Loading…
Reference in a new issue