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:
04f5a39
)
remove refrence to legacy 'list' method
author
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Mon, 18 Oct 2010 22:28:35 +0000
(18:28 -0400)
committer
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Mon, 18 Oct 2010 22:28:35 +0000
(18:28 -0400)
sfa/managers/registry_manager_pl.py
patch
|
blob
|
history
diff --git
a/sfa/managers/registry_manager_pl.py
b/sfa/managers/registry_manager_pl.py
index
ac5901c
..
fbba51a
100644
(file)
--- a/
sfa/managers/registry_manager_pl.py
+++ b/
sfa/managers/registry_manager_pl.py
@@
-159,7
+159,7
@@
def list(api, xrn, origin_hrn=None):
records = []
if registry_hrn != api.hrn:
credential = api.getCredential()
- record_list = registries[registry_hrn].
list(credential, xrn, origin_hrn
)
+ record_list = registries[registry_hrn].
List(xrn, credential
)
records = [SfaRecord(dict=record).as_dict() for record in record_list]
# if we still have not found the record yet, try the local registry