From 97ac78d75e4a13cb3b729a5b86dcbacd1a16d16c Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 15 Sep 2009 10:50:51 +0000 Subject: [PATCH] bug-fix --- sfa/methods/resolve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/resolve.py b/sfa/methods/resolve.py index 5f047cb6..7bec6b93 100644 --- a/sfa/methods/resolve.py +++ b/sfa/methods/resolve.py @@ -66,7 +66,7 @@ class resolve(Method): # if we still havnt found the record yet, try the local registry table = GeniTable() - records = table.find(hrn) + records = table.findObjects(hrn) if not records: raise RecordNotFound(hrn) for record in records: -- 2.43.0