1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

Fixed title parsing

This commit is contained in:
Paweł Jastrzębski
2014-06-02 20:31:48 +02:00
parent b323204628
commit 104cd04994

View File

@@ -446,6 +446,7 @@ class WorkerThread(QtCore.QThread):
jobargv = list(argv)
jobargv.append(job)
try:
comic2ebook.options.title = 'defaulttitle'
outputPath = comic2ebook.makeBook(job, self)
MW.hideProgressBar.emit()
except UserWarning as warn: