mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Fix #2938 (comic2lrf gives EOFerror)
This commit is contained in:
parent
8a4754f1d0
commit
2436866707
@ -253,7 +253,6 @@ def process_pages(pages, opts, update, tdir):
|
|||||||
|
|
||||||
for job in jobs:
|
for job in jobs:
|
||||||
if job.failed:
|
if job.failed:
|
||||||
raw_input()
|
|
||||||
raise Exception(_('Failed to process comic: \n\n%s')%
|
raise Exception(_('Failed to process comic: \n\n%s')%
|
||||||
job.log_file.read())
|
job.log_file.read())
|
||||||
pages, failures_ = job.result
|
pages, failures_ = job.result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user