bug-fix
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 15 Sep 2009 10:50:51 +0000 (10:50 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 15 Sep 2009 10:50:51 +0000 (10:50 +0000)
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: