aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms
diff options
context:
space:
mode:
Diffstat (limited to 'backend/routes/forms')
-rw-r--r--backend/routes/forms/submit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/routes/forms/submit.py b/backend/routes/forms/submit.py
index 4691640..a6c3fbd 100644
--- a/backend/routes/forms/submit.py
+++ b/backend/routes/forms/submit.py
@@ -195,6 +195,7 @@ class SubmitForm(Route):
form.questions[test.question_index].data["unittests"]["allow_failure"]
)
+ # An error while communicating with the test runner
if test.return_code == 99:
failures.append(test)
status_code = 500