[tor-commits] [ooni-probe/master] Only output fetching required test inputs once.

art at torproject.org art at torproject.org
Mon Jan 13 13:46:16 UTC 2014


commit 79ad3987a48f628dc626145272d28699185fa861
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Jan 13 13:50:43 2014 +0100

    Only output fetching required test inputs once.
---
 ooni/deck.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/deck.py b/ooni/deck.py
index faddfa4..260f8b4 100644
--- a/ooni/deck.py
+++ b/ooni/deck.py
@@ -137,8 +137,8 @@ class Deck(InputFile):
     @defer.inlineCallbacks
     def setup(self):
         """ fetch and verify inputs for all NetTests in the deck """
+        log.msg("Fetching required net test inputs...")
         for net_test_loader in self.netTestLoaders:
-            log.msg("Fetching required net test inputs...")
             yield self.fetchAndVerifyNetTestInput(net_test_loader)
 
         if self.bouncer:





More information about the tor-commits mailing list