mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:43:39 +02:00
...
This commit is contained in:
parent
8b0b1312e3
commit
4906e1fc42
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ def eject_linux(self):
|
|||
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue