mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
317d56727d
commit
fe49da8100
@ -221,7 +221,7 @@ class Adder(QObject):
|
|||||||
except Failure as err:
|
except Failure as err:
|
||||||
error_dialog(self.pd, _('Cannot add books'), _(
|
error_dialog(self.pd, _('Cannot add books'), _(
|
||||||
'Failed to add any books, click "Show details" for more information.'),
|
'Failed to add any books, click "Show details" for more information.'),
|
||||||
det_msg=unicode(err.failure_message) + '\n' + unicode(err.details), show=True)
|
det_msg=as_unicode(err.failure_message) + '\n' + as_unicode(err.details), show=True)
|
||||||
self.pd.canceled = True
|
self.pd.canceled = True
|
||||||
self.do_one_signal.emit()
|
self.do_one_signal.emit()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user