From cbb0ec42f4b68b3aafee92472fd2119590d21ae9 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Sun, 1 Jan 2012 12:24:07 -0500 Subject: [PATCH] fix name error --- sfa/importer/sfaImport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfa/importer/sfaImport.py b/sfa/importer/sfaImport.py index 4773e4b3..222aa607 100644 --- a/sfa/importer/sfaImport.py +++ b/sfa/importer/sfaImport.py @@ -64,6 +64,7 @@ class sfaImport: Create top level and interface records """ # create root authority + interface_hrn = self.config.SFA_INTERFACE_HRN self.create_top_level_auth_records(interface_hrn) # create s user record for the slice manager -- 2.47.0