Skip to content

Commit 53a833a

Browse files
committed
Update optimizer.py
1 parent 78e2d65 commit 53a833a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeflash/optimization/optimizer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ def run(self) -> None:
266266
if function_optimizer:
267267
function_optimizer.cleanup_generated_files()
268268

269+
if self.test_cfg.concolic_test_root_dir:
270+
cleanup_paths([self.test_cfg.concolic_test_root_dir])
269271

270272
def run_with_args(args: Namespace) -> None:
271273
optimizer = Optimizer(args)

0 commit comments

Comments
 (0)