X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Ftrust%2Fgid.py;h=a7b2e71d375f18d62bd1358f6251f6aef5eba0f4;hp=b327c0cbe6659d68765cfed20d4d0b6d68df5645;hb=dbc31b969660cd331b0350e235a8e1e75e8802e0;hpb=ca010d9cd88daa4876ac144cf4514f630f09e9d7 diff --git a/sfa/trust/gid.py b/sfa/trust/gid.py index b327c0cb..a7b2e71d 100644 --- a/sfa/trust/gid.py +++ b/sfa/trust/gid.py @@ -212,7 +212,7 @@ class GID(Certificate): if self.parent: # make sure the parent's hrn is a prefix of the child's hrn if not hrn_authfor_hrn(self.parent.get_hrn(), self.get_hrn()): - raise GidParentHrn("This cert HRN %s isn't in the namespace for parent HRN %s" % (self.get_hrn(), self.parent.get_hrn())) + raise GidParentHrn("This cert HRN %s isn't in the namespace for parent HRN %s" % (self.get_hrn(), self.parent.get_hrn())) # Parent must also be an authority (of some type) to sign a GID # There are multiple types of authority - accept them all here