diff -r ba3f2522e8df -r 93ec6da82bc5 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())