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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user