From: Tony Mack Date: Thu, 15 Oct 2009 03:03:40 +0000 (+0000) Subject: fix typo X-Git-Tag: sfa-0.9-6~182 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d525a3280e4cfa024770ad4fbe1d9c8ec7137c9b;p=sfa.git fix typo --- 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()