bug-fix
[sfa.git] / sfa / methods / resolve.py
index 5f047cb..7bec6b9 100644 (file)
@@ -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: