Skip to content

Commit 6e619aa

Browse files
comment
1 parent 32099b4 commit 6e619aa

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
@@ -341,6 +341,7 @@ def run(self) -> None:
341341
)
342342
if is_successful(best_optimization):
343343
optimizations_found += 1
344+
# create a diff patch for successful optimization
344345
if self.current_worktree:
345346
read_writable_code = best_optimization.unwrap().code_context.read_writable_code
346347
relative_file_paths = [

0 commit comments

Comments
 (0)