We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e2d65 commit 53a833aCopy full SHA for 53a833a
codeflash/optimization/optimizer.py
@@ -266,6 +266,8 @@ def run(self) -> None:
266
if function_optimizer:
267
function_optimizer.cleanup_generated_files()
268
269
+ if self.test_cfg.concolic_test_root_dir:
270
+ cleanup_paths([self.test_cfg.concolic_test_root_dir])
271
272
def run_with_args(args: Namespace) -> None:
273
optimizer = Optimizer(args)
0 commit comments