[tor-commits] [ooni-probe/master] Use proper name for AllReportersFailed

isis at torproject.org isis at torproject.org
Sun Mar 10 01:57:02 UTC 2013


commit fc2a8803c82d836cf4684e9b5f19158c510b1efa
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Jan 18 01:19:36 2013 +0100

    Use proper name for AllReportersFailed
---
 ooni/nettest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ooni/nettest.py b/ooni/nettest.py
index 464d91a..ad216ba 100644
--- a/ooni/nettest.py
+++ b/ooni/nettest.py
@@ -295,7 +295,7 @@ class NetTest(object):
         self.state.taskDone()
 
         if len(self.report.reporters) == 0:
-            raise NoMoreReporters
+            raise AllReportersFailed
 
         return report_results
 





More information about the tor-commits mailing list