commit 77cfa98526f43919619dacf27a0f5c2644313985 Author: Arturo Filastò art@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): """
tor-commits@lists.torproject.org