mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1503 (Strange error during recipe execution)
This commit is contained in:
parent
f4d145fce9
commit
b1eb16b876
@ -1935,7 +1935,7 @@ def process_file(path, options, logger=None):
|
||||
oname = os.path.abspath(os.path.expanduser(oname))
|
||||
conv.writeto(oname, lrs=options.lrs)
|
||||
run_plugins_on_postprocess(oname, 'lrf')
|
||||
logger.info('Output written to %s', oname)
|
||||
conv.log_info('Output written to %s', oname)
|
||||
conv.cleanup()
|
||||
return oname
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user