# HG changeset patch # User Pawel Solyga # Date 1253861005 -7200 # Node ID 93ec6da82bc5984e56904f77b748f1565fe1113c # Parent ba3f2522e8df7aef24e8db134fc53bf08b5ac798 Fix whitespace in pylint disable-msg comment in soc.views.models.student_project module. 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())