mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 11:43:49 +01:00
...
This commit is contained in:
parent
4f3abc5614
commit
d819df99bd
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ def convert(self, stream, options, file_ext, log,
|
|||
fname = 'index%d.html'%c
|
||||
htmlfile = open(fname, 'wb')
|
||||
with htmlfile:
|
||||
htmlfile.write(html.encode('utf-8', 'replace'))
|
||||
htmlfile.write(html.encode('utf-8'))
|
||||
odi = options.debug_pipeline
|
||||
options.debug_pipeline = None
|
||||
# Generate oeb from html conversion.
|
||||
|
|
|
|||
Loading…
Reference in a new issue