X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FNamespace.py;h=6c3565b3e693ae06d5856abb7428554727a84050;hb=f8c2a334f62af4552298bc1f1d8d7f45acafd50e;hp=2e785dbda75ed758ddbd70d808518e79634b87b8;hpb=f989c954ed6f44a99ceb14880626ef4ce5ffd90c;p=plcapi.git diff --git a/PLC/Namespace.py b/PLC/Namespace.py index 2e785db..6c3565b 100644 --- a/PLC/Namespace.py +++ b/PLC/Namespace.py @@ -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("+", "_")])