fix: restore corrupted warning emoji in batch_runner checkpoint handler
This commit is contained in:
parent
4b4b607e5b
commit
0ac32cf820
|
|
@ -1019,7 +1019,7 @@ class BatchRunner:
|
|||
checkpoint_data["completed_prompts"] = sorted(completed_prompts_set)
|
||||
self._save_checkpoint(checkpoint_data, lock=checkpoint_lock)
|
||||
except Exception as ckpt_err:
|
||||
print(f"âš ï¸ Warning: Failed to save final checkpoint: {ckpt_err}")
|
||||
print(f"⚠️ Warning: Failed to save final checkpoint: {ckpt_err}")
|
||||
|
||||
# Calculate success rates
|
||||
for tool_name in total_tool_stats:
|
||||
|
|
|
|||
Loading…
Reference in New Issue