1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-30 08:57:40 +00:00

Use makeBook to create book from GUI

Call comic2ebook.makeBook() rather than comic2ebook.main()
This commit is contained in:
blue
2014-05-18 01:09:37 +01:00
committed by Paweł Jastrzębski
parent d5502e85b0
commit 2210f484df

View File

@@ -446,7 +446,7 @@ class WorkerThread(QtCore.QThread):
jobargv = list(argv)
jobargv.append(job)
try:
outputPath = comic2ebook.main(jobargv, self)
outputPath = comic2ebook.makeBook(job, self)
MW.hideProgressBar.emit()
except UserWarning as warn:
if not self.conversionAlive: