Commit e9722b25 by John Jarvis

Removing whitespace

parent e81394c2
...@@ -134,7 +134,7 @@ class XQueueCertInterface(object): ...@@ -134,7 +134,7 @@ class XQueueCertInterface(object):
If a student has allow_certificate set to False in the If a student has allow_certificate set to False in the
userprofile table the status will change to 'restricted' userprofile table the status will change to 'restricted'
If a student does not have a passing grade the status If a student does not have a passing grade the status
will change to status.notpassing will change to status.notpassing
...@@ -148,7 +148,7 @@ class XQueueCertInterface(object): ...@@ -148,7 +148,7 @@ class XQueueCertInterface(object):
cert_status = certificate_status_for_student( cert_status = certificate_status_for_student(
student, course_id)['status'] student, course_id)['status']
if cert_status in VALID_STATUSES: if cert_status in VALID_STATUSES:
# grade the student # grade the student
course = courses.get_course_by_id(course_id) course = courses.get_course_by_id(course_id)
......
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