This commit is contained in:
Kovid Goyal 2009-12-23 09:35:47 -07:00
parent 336e425537
commit dfffc67082

View File

@ -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):