Skip to content

Commit 8dd6605

Browse files
committed
let's see
1 parent e970866 commit 8dd6605

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

codeflash/optimization/optimizer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,13 +559,15 @@ def cleanup_temporary_paths(self) -> None:
559559
get_run_tmp_file.tmpdir.cleanup()
560560
del get_run_tmp_file.tmpdir
561561

562+
# Always clean up concolic test directory
563+
cleanup_paths([self.test_cfg.concolic_test_root_dir])
564+
562565
if self.current_worktree:
563566
remove_worktree(self.current_worktree)
564567
return
565568

566569
if self.current_function_optimizer:
567570
self.current_function_optimizer.cleanup_generated_files()
568-
cleanup_paths([self.test_cfg.concolic_test_root_dir])
569571

570572
def worktree_mode(self) -> None:
571573
if self.current_worktree:

0 commit comments

Comments
 (0)