From ff4ef6a5e027089eefe8e53f9e985ac2dc6c230b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 16 Aug 2011 15:38:48 -0400 Subject: [PATCH] fix typo --- sfa/trust/hierarchy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/hierarchy.py b/sfa/trust/hierarchy.py index 89bebcc6..17746d76 100644 --- a/sfa/trust/hierarchy.py +++ b/sfa/trust/hierarchy.py @@ -240,7 +240,7 @@ class Hierarchy: # is this a CA cert if hrn == self.config.SFA_INTERFACE_HRN or \ - or not parent_hrn or 'authority' in type: + not parent_hrn or 'authority' in type: gid.set_intermediate_ca(True) # set issuer -- 2.47.0