X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplanetlab%2Fplslices.py;h=b39f92bd5fd39a74a26d88abb98cae870336ae19;hb=5064f82a7a8ae78d7ad0ace873e3870811c4a4b8;hp=68ea2aaba2c10950934f0ff7ba8c8fde064bd464;hpb=ff193650ae67e733b229d08ad7b9acb6b66103a8;p=sfa.git diff --git a/sfa/planetlab/plslices.py b/sfa/planetlab/plslices.py index 68ea2aab..b39f92bd 100644 --- a/sfa/planetlab/plslices.py +++ b/sfa/planetlab/plslices.py @@ -376,7 +376,7 @@ class PlSlices: #else: # login_base = hash_loginbase(site_hrn) #slice_name = '_'.join([login_base, slice_part]) - plxrn = PlXrn(xrn=slice_xrn) + plxrn = PlXrn(xrn=slice_hrn) slice_hrn = plxrn.get_hrn() type = plxrn.get_type() site_hrn = plxrn.get_authority_hrn()