From fb74f85f527cdcbcf50166786041f35e5bfde89f Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 18 Oct 2010 18:28:35 -0400 Subject: [PATCH] remove refrence to legacy 'list' method --- sfa/managers/registry_manager_pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/managers/registry_manager_pl.py b/sfa/managers/registry_manager_pl.py index ac5901c8..fbba51ad 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 -- 2.43.0