Commit dd63846c by Chris Dodge

remove extra comma

parent 9c48a485
...@@ -362,7 +362,7 @@ def create_exam_attempt(exam_id, user_id, taking_as_proctored=False): ...@@ -362,7 +362,7 @@ def create_exam_attempt(exam_id, user_id, taking_as_proctored=False):
path=reverse( path=reverse(
'edx_proctoring.anonymous.proctoring_launch_callback.start_exam', 'edx_proctoring.anonymous.proctoring_launch_callback.start_exam',
args=[attempt_code] args=[attempt_code]
), )
) )
# get the name of the user, if the service is available # get the name of the user, if the service is available
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment