[tor-commits] [bridgedb/master] Fix a bug due to parantheses instead of square brackets.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:32 UTC 2014


commit a1206cd5f56bf21375015f98e064c4e62f8edace
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Nov 15 15:21:40 2013 +0000

    Fix a bug due to parantheses instead of square brackets.
---
 lib/bridgedb/Main.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/Main.py b/lib/bridgedb/Main.py
index 7dfd41f..8ef3fee 100644
--- a/lib/bridgedb/Main.py
+++ b/lib/bridgedb/Main.py
@@ -549,7 +549,7 @@ def runSubcommand(options, config):
     # mentioned above with the EmailServer and HTTPServer.
     from bridgedb import runner
 
-    if options('dump-bridges'):
+    if options['dump-bridges']:
         runner.doDumpBridges(config)
 
     if options.subCommand is not None:





More information about the tor-commits mailing list