From 1e2a3c03a62a3823e52b89104697a409e3af28ea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 May 2010 16:17:14 -0600 Subject: [PATCH] ... --- src/calibre/ebooks/comic/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/comic/input.py b/src/calibre/ebooks/comic/input.py index 0a05bd2cca..09975ca74a 100755 --- a/src/calibre/ebooks/comic/input.py +++ b/src/calibre/ebooks/comic/input.py @@ -257,7 +257,7 @@ def process_pages(pages, opts, update, tdir): ans, failures = [], [] for job in jobs: - if job.failed: + if job.failed or job.result is None: raise Exception(_('Failed to process comic: \n\n%s')% job.log_file.read()) pages, failures_ = job.result