From d525a3280e4cfa024770ad4fbe1d9c8ec7137c9b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 15 Oct 2009 03:03:40 +0000 Subject: [PATCH] fix typo --- sfa/trust/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index f15da147..e4483d05 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -68,7 +68,7 @@ class Auth: # make sure the client_gid matches client's certificate peer_cert = self.peer_cert if not peer_cert.is_pubkey(self.client_gid.get_pubkey()): - raise ConnectionKeyGIDMismatch(self.client_gid.get_subject() + raise ConnectionKeyGIDMismatch(self.client_gid.get_subject()) def verifyGidRequestHash(self, gid, hash, arglist): key = gid.get_pubkey() -- 2.47.0