Removing whitespace

This commit is contained in:
John Jarvis
2013-01-28 19:29:53 -05:00
parent e81394c2b0
commit e9722b259b

View File

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