Skip to content

Commit a30aed9

Browse files
committed
typo
1 parent e68248b commit a30aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/mcp/execution/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def extract_text_content(msg_dict):
504504
)
505505

506506
logger.info(
507-
f"🏁 Environmnet indicates rollout {rollout_idx} terminated at step {step} (reward: {trajectory.total_reward}) in thread {threading.current_thread().name}"
507+
f"🏁 Environment indicates rollout {rollout_idx} terminated at step {step} (reward: {trajectory.total_reward}) in thread {threading.current_thread().name}"
508508
)
509509
break
510510

0 commit comments

Comments
 (0)