mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 06:43:41 +02:00
...
This commit is contained in:
parent
096735a456
commit
88b6d0035e
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ def hangcheck(self):
|
|||
if self.cover_fetcher.exception is not None:
|
||||
err = self.cover_fetcher.exception
|
||||
error_dialog(self, _('Cannot fetch cover'),
|
||||
_('<b>Could not fetch cover.</b><br/>')+repr(err)).exec_()
|
||||
_('<b>Could not fetch cover.</b><br/>')+unicode(err)).exec_()
|
||||
return
|
||||
|
||||
pix = QPixmap()
|
||||
|
|
|
|||
Loading…
Reference in a new issue