Skip to content

Commit 482002c

Browse files
committed
fix
1 parent 8c6dc83 commit 482002c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ def establish_original_code_baseline(
907907

908908
if not behavioral_results:
909909
logger.warning(
910-
f"Couldn't run any tests for original function {function_name}. SKIPPING OPTIMIZING THIS FUNCTION."
910+
f"Couldn't run any tests for original function {self.function_to_optimize.function_name}. SKIPPING OPTIMIZING THIS FUNCTION."
911911
)
912912
console.rule()
913913
success = False

0 commit comments

Comments
 (0)