1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-24 16:32:10 +00:00

fix file fusion when output folder unchecked (beta regression) (#1352)

This commit is contained in:
Alex Xu
2026-05-22 11:41:47 -07:00
committed by GitHub
parent 6d5db71b5b
commit ca6b3b7611

View File

@@ -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