From dfffc670822a96cb683b6880dee2f476ab5f05fd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 23 Dec 2009 09:35:47 -0700 Subject: [PATCH] ... --- src/calibre/devices/usbms/device.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/usbms/device.py b/src/calibre/devices/usbms/device.py index 3a796b9754..ba1d025502 100644 --- a/src/calibre/devices/usbms/device.py +++ b/src/calibre/devices/usbms/device.py @@ -330,6 +330,7 @@ class Device(DeviceConfig, DevicePlugin): stdout=subprocess.PIPE).communicate()[0] except IOError: # Probably an interrupted system call pass + time.sleep(2) def osx_sort_names(self, names):