we will make our own geniclient connection to the registry instead of using sfa.serve...
authorTony Mack <tmack@cs.princeton.edu>
Fri, 11 Sep 2009 20:22:42 +0000 (20:22 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 11 Sep 2009 20:22:42 +0000 (20:22 +0000)
PLC/SFA.py

index 853f238..32659cf 100644 (file)
@@ -112,7 +112,6 @@ class SFA:
         if not parent_hrn: parent_hrn = hrn
         #records = self.registry.list(self.credential, parent_hrn)
         records = self.registry.resolve(self.credential, hrn)
-        records = []
         for record in records: 
             if record['type'] == type and record['hrn'] == hrn:
                 exists = True