mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
648ae5c414
commit
ad0c7698a3
@ -89,7 +89,7 @@ def pdftohtml(output_dir, pdf_path, no_images, as_xml=False):
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
if ret != 0:
|
if ret != 0:
|
||||||
raise ConversionError(out)
|
raise ConversionError(b'return code: %d\n%s' % (ret, out))
|
||||||
if out:
|
if out:
|
||||||
print "pdftohtml log:"
|
print "pdftohtml log:"
|
||||||
print out
|
print out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user