[attributs] Si on oublie les parenthèses…
This commit is contained in:
parent
8ef8ba04a0
commit
d2aebebd2a
2 changed files with 4 additions and 4 deletions
|
@ -1192,7 +1192,7 @@ class gpgMail(mail):
|
|||
super(mail, self).check_uniqueness(liste_exclue)
|
||||
|
||||
def parse_value(self, mail):
|
||||
mail = mail.lower
|
||||
mail = mail.lower()
|
||||
super(gpgMail, self).parse_value(mail)
|
||||
|
||||
@crans_attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue