X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FSFA.py;h=32659cfc04eec3f6d8fe9d3a3d8f72b6a850de3c;hb=1a9857e6ce1f28e29f1b6191065b1539c20235be;hp=853f238ff082af1974a46455b3356ddf9e7949f8;hpb=2b6f535a49593421325cfb9dc33cd52dcad60e45;p=plcapi.git 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