mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-23 15:03:03 -05:00
...
This commit is contained in:
parent
336e425537
commit
dfffc67082
@ -330,6 +330,7 @@ class Device(DeviceConfig, DevicePlugin):
|
|||||||
stdout=subprocess.PIPE).communicate()[0]
|
stdout=subprocess.PIPE).communicate()[0]
|
||||||
except IOError: # Probably an interrupted system call
|
except IOError: # Probably an interrupted system call
|
||||||
pass
|
pass
|
||||||
|
time.sleep(2)
|
||||||
|
|
||||||
|
|
||||||
def osx_sort_names(self, names):
|
def osx_sort_names(self, names):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user