From ca6b3b761107699294456ffbb515dbd5212e7dac Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 22 May 2026 11:41:47 -0700 Subject: [PATCH] fix file fusion when output folder unchecked (beta regression) (#1352) --- kindlecomicconverter/comic2ebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kindlecomicconverter/comic2ebook.py b/kindlecomicconverter/comic2ebook.py index 28744d0..6ace362 100755 --- a/kindlecomicconverter/comic2ebook.py +++ b/kindlecomicconverter/comic2ebook.py @@ -1689,7 +1689,7 @@ def makeFusion(sources: List[str]): start = perf_counter() first_path = Path(sources[0]) - if options.tempdir: + if True: fusion_parent = first_path.parent else: # LLL is after KCC