Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 93fb1bf

Browse files
committed
Merge pull request #26.
2 parents 0afd128 + 869dc7c commit 93fb1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

u2flib_host/hid_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def list_devices(dev_class=None):
8181
device.open()
8282
device.close()
8383
devices.append(dev_class(d['path']))
84-
except exc.DeviceError:
84+
except (exc.DeviceError, IOError, OSError):
8585
pass
8686
return devices
8787

0 commit comments

Comments
 (0)