Bug: conversion from ZIP causes error (with typo)
Hello,
I've found the following bug in Action Chains:
when using the "Convert Books" action, configured to convert "any" to "EPUB", on an imported HTML format ebook (which, it seems, automatically becomes a ZIP when importing into Calibre), the following error appears:
ERROR: Unhandled Exception
NameError:name 'input_fromat' (instead of "format") is not defined.
Converting using Calibre's Conversion dialog works fine.
calibre, version 7.4.0
ERROR: Unhandled exception: <b>NameError</b>:name 'input_fromat' is not defined
calibre 7.4 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
(...)
Traceback (most recent call last):
File "calibre_plugins.action_chains.action", line 451, in run_chain
File "calibre_plugins.action_chains.chains", line 403, in run
File "calibre_plugins.action_chains.chains", line 208, in _run_loop
File "calibre_plugins.action_chains.chains", line 181, in _run_loop
File "calibre_plugins.action_chains.actions.convert_boo ks", line 315, in run
NameError: name 'input_fromat' is not defined
|