From 104cd0499461419b7ec94339273b4072007b68d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Mon, 2 Jun 2014 20:31:48 +0200 Subject: [PATCH] Fixed title parsing --- kcc/KCC_gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index 16cc616..e517425 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -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: