From e9722b259b117ab8fb4e79e9ad611a7469044b16 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Mon, 28 Jan 2013 19:29:53 -0500 Subject: [PATCH] Removing whitespace --- lms/djangoapps/certificates/queue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/certificates/queue.py b/lms/djangoapps/certificates/queue.py index cdf84bba2f..f6b5943564 100644 --- a/lms/djangoapps/certificates/queue.py +++ b/lms/djangoapps/certificates/queue.py @@ -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)