commit a1206cd5f56bf21375015f98e064c4e62f8edace Author: Isis Lovecruft isis@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: