From 9d74f596c304e67a1216cae5a8dee36a7c83893c Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 4 Aug 2009 01:14:01 +0000 Subject: [PATCH] fix bug in delete_record --- sfa/plc/sfaImport.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sfa/plc/sfaImport.py b/sfa/plc/sfaImport.py index ac7f8853..ad16ad80 100644 --- a/sfa/plc/sfaImport.py +++ b/sfa/plc/sfaImport.py @@ -297,8 +297,7 @@ class sfaImport: else: return - auth_name = self.get_auth_table(hrn) - table = self.AuthHierarchy.get_auth_table(auth_name) + table = self.get_auth_table(parent_hrn) record_list = table.resolve(type, hrn) if not record_list: return -- 2.43.0