Merge branch 'upstreammaster'
[sfa.git] / sfa / trust / gid.py
index 470757b..2653cf0 100644 (file)
@@ -158,8 +158,6 @@ class GID(Certificate):
 \r
         self.set_data(str, 'subjectAltName')\r
 \r
-        \r
-\r
 \r
     ##\r
     # Decode the subject-alt-name field of the X509 certificate into the\r
@@ -251,7 +249,7 @@ class GID(Certificate):
             #    trusted_hrn = trusted_hrn[:trusted_hrn.rindex('.')]\r
             cur_hrn = self.get_hrn()\r
             if not hrn_authfor_hrn(trusted_hrn, cur_hrn):\r
-                raise GidParentHrn("Trusted root with HRN %s isn't a namespace authority for this cert %s" % (trusted_hrn, cur_hrn))\r
+                raise GidParentHrn("Trusted root with HRN %s isn't a namespace authority for this cert: %s" % (trusted_hrn, cur_hrn))\r
 \r
             # There are multiple types of authority - accept them all here\r
             if not trusted_type.find('authority') == 0:\r