FD900 commited on
Commit
cf54414
·
verified ·
1 Parent(s): d74dce3

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -1
run.py CHANGED
@@ -24,6 +24,7 @@ def run_and_submit_all(agent):
24
  try:
25
  result = submit_to_leaderboard(answers)
26
  print("✅ [Checkpoint 5] Submission succeeded.")
27
- return result
 
28
  except Exception as e:
29
  return f"❌ Submission failed: {e}"
 
24
  try:
25
  result = submit_to_leaderboard(answers)
26
  print("✅ [Checkpoint 5] Submission succeeded.")
27
+ return f"✅ Submission result:\n{result}"
28
+
29
  except Exception as e:
30
  return f"❌ Submission failed: {e}"