From f0d61aef70785004c0239e325048ef6449ed49d8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Jan 2016 18:11:15 +0530 Subject: [PATCH] ... --- src/calibre/devices/winusb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/winusb.py b/src/calibre/devices/winusb.py index 3c9c04e692..9ea3c406e6 100644 --- a/src/calibre/devices/winusb.py +++ b/src/calibre/devices/winusb.py @@ -630,7 +630,7 @@ if __name__ == '__main__': print('Is connected:', is_usb_device_connected(0x1949, 0x4)) pprint(get_all_removable_drives()) rd = get_removable_drives() - pprint(get_removable_drives()) + pprint(rd) pprint(get_drive_letters_for_device(0x1949, 0x4)) for drive in rd: eject_drive(drive)