X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fmanagers%2Fregistry_manager_pl.py;h=28f91986358b7b28650302516d9058d5d11eaa2b;hp=3835873a9fecc64c3f39a8a6842936060d7ac2b3;hb=ba2aaa438f939a4b5c697052e37b1c3218901319;hpb=06b330f0ee047bdb107e43e82b1d7356c876bc15 diff --git a/sfa/managers/registry_manager_pl.py b/sfa/managers/registry_manager_pl.py index 3835873a..28f91986 100644 --- 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