[tor-commits] [bridgedb/develop] Line wasn't indented in f5fe05ce

isis at torproject.org isis at torproject.org
Thu Aug 21 01:33:15 UTC 2014


commit deada7243f5f03289cda044c187e535f505dc9a5
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Wed Aug 20 06:27:41 2014 +0000

    Line wasn't indented in f5fe05ce
---
 lib/bridgedb/Bucket.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/Bucket.py b/lib/bridgedb/Bucket.py
index e603fe0..40a8a32 100644
--- a/lib/bridgedb/Bucket.py
+++ b/lib/bridgedb/Bucket.py
@@ -254,7 +254,7 @@ class BucketManager:
                         if str(bh.fingerprint) in blocklist.keys():
                             line = line + "\t(Might be blocked): (%s)" % \
                                    ",".join(blocklist[bh.fingerprint])
-                    f.write(line + '\n')
+                        f.write(line + '\n')
                 else:
                     for bridge in bridges:
                         line = "%s:%d %s" \





More information about the tor-commits mailing list