From 1a9857e6ce1f28e29f1b6191065b1539c20235be Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 11 Sep 2009 20:22:42 +0000 Subject: [PATCH] we will make our own geniclient connection to the registry instead of using sfa.server.registry.Registries --- PLC/SFA.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PLC/SFA.py b/PLC/SFA.py index 853f238..32659cf 100644 --- a/PLC/SFA.py +++ b/PLC/SFA.py @@ -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 -- 2.43.0