mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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:
|
||||
if job.failed:
|
||||
raw_input()
|
||||
raise Exception(_('Failed to process comic: \n\n%s')%
|
||||
job.log_file.read())
|
||||
pages, failures_ = job.result
|
||||
|
Loading…
x
Reference in New Issue
Block a user