[tor-commits] [ooni-probe/master] Do not raise an exception on no input processor.
art at torproject.org
art at torproject.org
Mon Nov 4 08:54:48 UTC 2013
commit 77cfa98526f43919619dacf27a0f5c2644313985
Author: Arturo Filastò <art at fuffa.org>
Date: Tue Oct 29 17:03:03 2013 +0100
Do not raise an exception on no input processor.
---
ooni/nettest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/nettest.py b/ooni/nettest.py
index 560e039..8c2d09d 100644
--- a/ooni/nettest.py
+++ b/ooni/nettest.py
@@ -667,7 +667,7 @@ class NetTestCase(object):
anything that gets written to the object self.report[] will be added to
the final test report.
"""
- raise NoPostProcessor
+ pass
def inputProcessor(self, filename):
"""
More information about the tor-commits
mailing list