mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN: Generate output file even is --debug-pipeline is specified
This commit is contained in:
parent
f457341a36
commit
a3bded09d1
@ -814,7 +814,6 @@ OptionRecommendation(name='language',
|
|||||||
out_dir = os.path.join(self.opts.debug_pipeline, 'processed')
|
out_dir = os.path.join(self.opts.debug_pipeline, 'processed')
|
||||||
self.dump_oeb(self.oeb, out_dir)
|
self.dump_oeb(self.oeb, out_dir)
|
||||||
self.log('Processed HTML written to:', out_dir)
|
self.log('Processed HTML written to:', out_dir)
|
||||||
return
|
|
||||||
|
|
||||||
self.log.info('Creating %s...'%self.output_plugin.name)
|
self.log.info('Creating %s...'%self.output_plugin.name)
|
||||||
our = CompositeProgressReporter(0.67, 1., self.ui_reporter)
|
our = CompositeProgressReporter(0.67, 1., self.ui_reporter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user