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:
@@ -1689,7 +1689,7 @@ def makeFusion(sources: List[str]):
|
|||||||
start = perf_counter()
|
start = perf_counter()
|
||||||
first_path = Path(sources[0])
|
first_path = Path(sources[0])
|
||||||
|
|
||||||
if options.tempdir:
|
if True:
|
||||||
fusion_parent = first_path.parent
|
fusion_parent = first_path.parent
|
||||||
else:
|
else:
|
||||||
# LLL is after KCC
|
# LLL is after KCC
|
||||||
|
|||||||
Reference in New Issue
Block a user