Commit 4fd7aad
fix: handle None judge_score in generate_manifest.py
judge_score key can exist with None value in task results. Changed
`"judge_score" in info` to `info.get("judge_score") is not None` to
prevent TypeError during MANIFEST aggregation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d08f984 commit 4fd7aad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
0 commit comments