mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5e3b5fc735
commit
6243f28d00
@ -531,7 +531,7 @@ def get_drive_letters_for_device(vendor_id, product_id, bcd=None, debug=False):
|
|||||||
break
|
break
|
||||||
if found_at is None:
|
if found_at is None:
|
||||||
if debug:
|
if debug:
|
||||||
prints('Could not find device matching vid=0x%x pid=0x%x: %r' % (vendor_id, product_id))
|
prints('Could not find device matching vid=0x%x pid=0x%x' % (vendor_id, product_id))
|
||||||
return ans
|
return ans
|
||||||
|
|
||||||
# Get the device ids for all descendants of the found device
|
# Get the device ids for all descendants of the found device
|
||||||
|
Loading…
x
Reference in New Issue
Block a user