bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Jun 2013 11:01:39 +0000 (13:01 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Jun 2013 11:01:39 +0000 (13:01 +0200)
PLC/Namespace.py

index 2e785db..6c3565b 100644 (file)
@@ -35,4 +35,4 @@ if hostname_to_hrn is None:
 
 if email_to_hrn is None:
     def email_to_hrn (auth_hrn, email):
-        return '.'.join([auth,email.split('@')[0].replace(".", "_").replace("+", "_")])
+        return '.'.join([auth_hrn,email.split('@')[0].replace(".", "_").replace("+", "_")])