From ef8469add42f736d3bb19fc1969815eed0752594 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Tue, 5 Mar 2013 12:48:22 +0100 Subject: [PATCH] Fix path for blank page --- kcc/comic2ebook.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index 6f507d9..d34969f 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -188,7 +188,9 @@ def buildOPF(profile, dstdir, title, filelist, cover=None, righttoleft=False): f.write("\n") if (options.profile == 'K4' or options.profile == 'KHD') and splittedSomething: - f.write("\n") + f.write("\n") f.write("\n\n") for entry in reflist: if entry.endswith("-1"):