[tor-commits] [ooni-probe/master] Fix indentation of if else statement.
art at torproject.org
art at torproject.org
Sat Nov 23 11:11:41 UTC 2013
commit f6b849a88ce2f97571e051caca5dcf164ca1e064
Author: Arturo Filastò <art at fuffa.org>
Date: Sat Nov 23 12:07:20 2013 +0100
Fix indentation of if else statement.
---
ooni/deck.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/deck.py b/ooni/deck.py
index 23bb9a1..5614f9a 100644
--- a/ooni/deck.py
+++ b/ooni/deck.py
@@ -133,8 +133,8 @@ class Deck(InputFile):
for rth in net_test_loader.requiredTestHelpers:
if option_name.message == rth['option']:
break
- else:
- raise
+ else:
+ raise
self.netTestLoaders.append(net_test_loader)
@defer.inlineCallbacks
More information about the tor-commits
mailing list