[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 79ad3987a48f628dc626145272d28699185fa861
Author: Arturo Filastò <art@xxxxxxxxx>
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:



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits