git://git.onelab.eu
/
sfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff19365
)
fix NameError
author
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Thu, 27 Feb 2014 14:13:18 +0000
(09:13 -0500)
committer
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Thu, 27 Feb 2014 14:13:18 +0000
(09:13 -0500)
sfa/planetlab/plslices.py
patch
|
blob
|
history
diff --git
a/sfa/planetlab/plslices.py
b/sfa/planetlab/plslices.py
index
68ea2aa
..
b39f92b
100644
(file)
--- 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_
x
rn)
+ plxrn = PlXrn(xrn=slice_
h
rn)
slice_hrn = plxrn.get_hrn()
type = plxrn.get_type()
site_hrn = plxrn.get_authority_hrn()