fix NameError
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 27 Feb 2014 14:12:43 +0000 (09:12 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 27 Feb 2014 14:12:43 +0000 (09:12 -0500)
sfa/planetlab/plslices.py

index 9de0b78..ee42937 100644 (file)
@@ -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()