This commit is contained in:
Kovid Goyal 2016-01-17 22:33:20 +05:30
parent 5e3b5fc735
commit 6243f28d00

View File

@ -531,7 +531,7 @@ def get_drive_letters_for_device(vendor_id, product_id, bcd=None, debug=False):
break
if found_at is None:
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
# Get the device ids for all descendants of the found device