[tor-commits] [flashproxy/master] format string

dcf at torproject.org dcf at torproject.org
Fri Sep 28 06:11:19 UTC 2012


commit cc1ab4a3798788b6115fe8d6627568a8c19d898f
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Sep 19 14:40:06 2012 -0700

    format string
---
 flashproxy-reg-email |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/flashproxy-reg-email b/flashproxy-reg-email
index 03f0b3a..d919de5 100755
--- a/flashproxy-reg-email
+++ b/flashproxy-reg-email
@@ -225,7 +225,7 @@ try:
 
     if pubkey_digest != PUBKEY_SHA1:
         raise ValueError("Public key does not match pin: got %s but expected %s" %
-            pubkey_digest.encode("hex"), PUBKEY_SHA1.encode("hex"))
+            (pubkey_digest.encode("hex"), PUBKEY_SHA1.encode("hex")))
 
     smtp.ehlo(EHLO_FQDN)
 





More information about the tor-commits mailing list