Skip to content

Commit

Permalink
chore: bumping github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Jul 27, 2023
1 parent 5e7b081 commit 7b4d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_exams/apps/lti/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 7b4d939

Please sign in to comment.