JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
546 stars 60 forks source link

Fix handling of missing libusb-1.0 lib by handling OSError too. #106

Closed atti92 closed 4 years ago

atti92 commented 4 years ago

Missing libusb-1.0 library causes OSError on windows.

JeffLIrion commented 4 years ago

Thanks!