This commit is contained in:
Kovid Goyal 2010-10-19 17:21:15 -06:00
parent 8b0b1312e3
commit 4906e1fc42

View File

@ -745,7 +745,7 @@ class Device(DeviceConfig, DevicePlugin):
eject(d)
except Exception, e:
print 'Udisks eject call for:', d, 'failed:'
print '\t', str(e)
print '\t', e
for drive in drives:
cmd = 'calibre-mount-helper'