From 770977342ad46588255188fe196da30266a2f68e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 27 Feb 2014 09:12:43 -0500 Subject: [PATCH] fix NameError --- sfa/planetlab/plslices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/planetlab/plslices.py b/sfa/planetlab/plslices.py index 9de0b78e..ee429374 100644 --- a/sfa/planetlab/plslices.py +++ b/sfa/planetlab/plslices.py @@ -426,7 +426,7 @@ class PlSlices: # # #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() -- 2.43.0