Skip to content

Commit 423f80a

Browse files
authored
Apply suggestion from @aseembits93
1 parent 4a88798 commit 423f80a

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
@@ -2047,7 +2047,7 @@ def line_profiler_step(
20472047
# this will happen when a timeoutexpired exception happens
20482048
if isinstance(line_profile_results, TestResults) and not line_profile_results.test_results:
20492049
logger.warning(
2050-
f"Timeout occured while running line profiler for original function {self.function_to_optimize.function_name}"
2050+
f"Timeout occurred while running line profiler for original function {self.function_to_optimize.function_name}"
20512051
)
20522052
# set default value for line profiler results
20532053
return {"timings": {}, "unit": 0, "str_out": ""}

0 commit comments

Comments
 (0)