From: Tony Mack Date: Fri, 11 Sep 2009 20:22:42 +0000 (+0000) Subject: we will make our own geniclient connection to the registry instead of using sfa.serve... X-Git-Tag: PLCAPI-4.3-24~7 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=1a9857e6ce1f28e29f1b6191065b1539c20235be we will make our own geniclient connection to the registry instead of using sfa.server.registry.Registries --- 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