commit 4ec9a3e6748ed59e4399c139210ba706f133d392 Author: Isis Lovecruft isis@torproject.org Date: Sat Mar 28 02:30:20 2015 +0000
PEP8 whitespace fix for one line in Dist.py. --- lib/bridgedb/Dist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/Dist.py b/lib/bridgedb/Dist.py index ded8297..c2a8620 100644 --- a/lib/bridgedb/Dist.py +++ b/lib/bridgedb/Dist.py @@ -320,7 +320,7 @@ class IPBasedDistributor(Distributor): # otherwise, add a new ring and populate it if ruleset in self.splitter.filterRings.keys(): logging.debug("Cache hit %s" % ruleset) - _,ring = self.splitter.filterRings[ruleset] + _, ring = self.splitter.filterRings[ruleset]
# else create the ring and populate it else: