Skip to content

Commit a69a13e

Browse files
committed
first commit
1 parent 8a60a13 commit a69a13e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/optimization/optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def run(self) -> None:
112112
instrument_codeflash_trace_decorator(file_to_funcs_to_optimize)
113113
trace_file = Path(self.args.benchmarks_root) / "benchmarks.trace"
114114
if trace_file.exists():
115+
#Trace file not deleted all the times
115116
trace_file.unlink()
116117

117118
self.replay_tests_dir = Path(

0 commit comments

Comments
 (0)