mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:24:49 +02:00
...
This commit is contained in:
parent
cf0f7def1c
commit
2dd9692a5e
1 changed files with 2 additions and 1 deletions
|
|
@ -819,7 +819,8 @@ def accept(self):
|
|||
fname = err.filename if err.filename else 'file'
|
||||
return error_dialog(self, _('Permission denied'),
|
||||
_('Could not open %s. Is it being used by another'
|
||||
' program?')%fname, show=True)
|
||||
' program?')%fname, det_msg=traceback.format_exc(),
|
||||
show=True)
|
||||
raise
|
||||
self.save_state()
|
||||
QDialog.accept(self)
|
||||
|
|
|
|||
Loading…
Reference in a new issue