Skip to content

Commit a55a279

Browse files
committed
Only require notes for partial conformance
1 parent 3893a03 commit a55a279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/src/validate_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _validate_result(file: Path, results_dir: Path, info: dict[str, Any]) -> lis
9191
f"conformance_automated={automated!r}"
9292
)
9393

94-
if not conformant_is_pass:
94+
if conformant == "Partial":
9595
notes = info.get("notes", "")
9696
if not isinstance(notes, str) or not notes.strip():
9797
issues.append(

0 commit comments

Comments
 (0)