Skip to content

Commit 0e54c9f

Browse files
authored
fix: typo in workflow (#861)
1 parent 049921b commit 0e54c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdagent/utils/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run(self, step_n: int | None = None, loop_n: int | None = None, all_duration
142142
lastest_api_fail_time = RD_Agent_TIMER_wrapper.latest_api_fail_time
143143
if lastest_api_fail_time is not None:
144144
mlflow.log_metric(
145-
"api_fail_count",
145+
"lastest_api_fail_time",
146146
(
147147
lastest_api_fail_time.second
148148
+ lastest_api_fail_time.minute * 1e2

0 commit comments

Comments
 (0)