[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Do not raise an exception on no input processor.
commit 77cfa98526f43919619dacf27a0f5c2644313985
Author: Arturo Filastò <art@xxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits