From 8a44bf07edf1b3282a65edd044421b963d4dd794 Mon Sep 17 00:00:00 2001 From: GRiker Date: Sat, 8 Jan 2011 11:48:41 -0700 Subject: [PATCH] GwR patch for bogus cover data --- src/calibre/library/catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/catalog.py b/src/calibre/library/catalog.py index 1af9c3aa58..df1341fc38 100644 --- a/src/calibre/library/catalog.py +++ b/src/calibre/library/catalog.py @@ -2862,7 +2862,7 @@ class EPUB_MOBI(CatalogPlugin): (i,len(self.booksByTitle)), i/float(len(self.booksByTitle))) - # Confirm existence, integrity of cover image + thumb_file = 'thumbnail_%d.jpg' % int(title['id']) valid_cover = True try: _w, _h, _fmt = identify_data(open(title['cover'], 'rb').read())