[ooni-probe/master] Fix indentation of if else statement.

23 Nov
2013
23 Nov
'13
11:11 a.m.
commit f6b849a88ce2f97571e051caca5dcf164ca1e064 Author: Arturo Filastò <art@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
4216
Age (days ago)
4216
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org