mirror of
https://github.com/ciromattia/kcc
synced 2026-09-01 08:27:06 +00:00
show entire kindlegen error (#1386)
This commit is contained in:
@@ -2009,7 +2009,7 @@ def makeMOBIWorker(item):
|
|||||||
# ERROR: Generic error
|
# ERROR: Generic error
|
||||||
if "Error(" in line:
|
if "Error(" in line:
|
||||||
kindlegenErrorCode = 1
|
kindlegenErrorCode = 1
|
||||||
kindlegenError = line
|
kindlegenError = err.stdout
|
||||||
# ERROR: EPUB too big
|
# ERROR: EPUB too big
|
||||||
if ":E23026:" in line:
|
if ":E23026:" in line:
|
||||||
kindlegenErrorCode = 23026
|
kindlegenErrorCode = 23026
|
||||||
|
|||||||
Reference in New Issue
Block a user