From e5a2dbda088cb5b502dbd7151324ab6ff4773b9e Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Sun, 9 Mar 2008 20:37:22 -0400 Subject: [PATCH] Add note to user.py. --- fas/fas/user.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fas/fas/user.py b/fas/fas/user.py index 089f12f..08b0ffc 100644 --- a/fas/fas/user.py +++ b/fas/fas/user.py @@ -250,6 +250,9 @@ class User(controllers.Controller): return dict() try: target.human_name = human_name + # FIXME: WARNING! This is deceptive. Remember that it + # changes the email object itself, not the email attached + # to the purpose. target.emails['primary'] = email # target.emails['bugzilla'] = bugzilla target.ircnick = ircnick