we will make our own geniclient connection to the registry instead of using sfa.serve...
[plcapi.git] / 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