mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
IGN:...
This commit is contained in:
parent
3208e0439b
commit
e879779387
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ def metadata_downloaded(self, id, description, result, exception, formatted_trac
|
|||
Called once metadata has been read for all books on the device.
|
||||
'''
|
||||
if exception:
|
||||
if 'ExpatError' in str(exception):
|
||||
if 'not well-formed' in str(exception):
|
||||
error_dialog(self, _('Device database corrupted'),
|
||||
_('''
|
||||
<p>The database of books on the reader is corrupted. Try the following:
|
||||
|
|
|
|||
Loading…
Reference in a new issue