Skip to content

Commit aa0bc12

Browse files
committed
testing response output
1 parent 8018597 commit aa0bc12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

evaluation_function/evaluation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,8 @@ def _err(msg: str) -> Result:
637637
f"Error: {e}"
638638
)
639639

640+
return _err(str(response))
641+
640642
# ── resolve graphs ───────────────────────────────────────────────────
641643
# student_graph (resp.graph) is always present — the student submits a graph.
642644
# ans.graph is only present for isomorphism / subgraph checks where the

0 commit comments

Comments
 (0)