mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:03:26 +02:00
...
This commit is contained in:
parent
083212f63f
commit
dea2b28f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ def catalog_generated(self, job):
|
|||
except EnvironmentError as err:
|
||||
if getattr(err, 'errno', None) == errno.EACCES: # Permission denied
|
||||
import traceback
|
||||
error_dialog(self, _('Permission denied'),
|
||||
error_dialog(self.gui, _('Permission denied'),
|
||||
_('Could not open %s. Is it being used by another'
|
||||
' program?')%destination, det_msg=traceback.format_exc(),
|
||||
show=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue