1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-11 15:33:17 +00:00

show entire kindlegen error (#1386)

This commit is contained in:
Alex Xu
2026-07-07 10:02:26 -07:00
committed by GitHub
parent 077957e665
commit 858251f509
+1 -1
View File
@@ -2009,7 +2009,7 @@ def makeMOBIWorker(item):
# ERROR: Generic error
if "Error(" in line:
kindlegenErrorCode = 1
kindlegenError = line
kindlegenError = err.stdout
# ERROR: EPUB too big
if ":E23026:" in line:
kindlegenErrorCode = 23026