Fix whitespace in pylint disable-msg comment in soc.views.models.student_project module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 25 Sep 2009 08:43:25 +0200
changeset 2974 93ec6da82bc5
parent 2973 ba3f2522e8df
child 2975 e73c0eb59022
Fix whitespace in pylint disable-msg comment in soc.views.models.student_project module.
app/soc/views/models/student_project.py
--- a/app/soc/views/models/student_project.py	Thu Sep 24 21:17:33 2009 +0200
+++ b/app/soc/views/models/student_project.py	Fri Sep 25 08:43:25 2009 +0200
@@ -539,7 +539,7 @@
       mentor = mentor_logic.logic.getForFields(fields, unique=True)
 
       additional_mentors = entity.additional_mentors
-      # pylint: disable-  msg=E1103
+      # pylint: disable-msg=E1103
       if additional_mentors and mentor.key() in additional_mentors:
         # remove the mentor from the additional mentors list
         additional_mentors.remove(mentor.key())