From 7b4d9396997b84d080f8caecf5131fcb883eecbe Mon Sep 17 00:00:00 2001 From: ilee2u Date: Thu, 27 Jul 2023 15:39:44 -0400 Subject: [PATCH] chore: bumping github actions --- edx_exams/apps/lti/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edx_exams/apps/lti/views.py b/edx_exams/apps/lti/views.py index 7cdc6824..388bfd5c 100644 --- a/edx_exams/apps/lti/views.py +++ b/edx_exams/apps/lti/views.py @@ -167,7 +167,7 @@ def acs(request, lti_config_id): # Errors outside of the learner's control occurred -> Mark the attempt with status 'error' # NOTE: This currently catches all reason codes that are not '1'. Should this integration # be changed, or if we add another proctoring integration, then we may need to add a more - # precise elif condition here. + # precise condition here. else: update_attempt_status(attempt.id, ExamAttemptStatus.error) success_msg = (