X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fplxrn.py;h=5580c444ca30f1c735e9268135d65bdd0bee728b;hb=0c731bf993eea346421d9dbcd5eaa61484e84018;hp=7049df66a68f76a3afbed53d3aeb4c748495e020;hpb=ac7150426f5f22189c9be48463ad89a45545059d;p=sfa.git diff --git a/sfa/util/plxrn.py b/sfa/util/plxrn.py index 7049df66..5580c444 100644 --- a/sfa/util/plxrn.py +++ b/sfa/util/plxrn.py @@ -23,7 +23,7 @@ class PlXrn (Xrn): @staticmethod def site_hrn (auth, login_base): - return '.'.join(auth,login_base) + return '.'.join([auth,login_base]) def __init__ (self, auth=None, hostname=None, slicename=None, email=None, **kwargs): #def hostname_to_hrn(auth_hrn, login_base, hostname):