
24 Mar
2014
24 Mar
'14
3:02 p.m.
commit f35289deaee8ce2a3a8338116dd6465946dd4302 Author: Arturo Filastò <art@fuffa.org> Date: Mon Mar 10 19:10:41 2014 +0100 Fix typo in displaySummary method definition --- ooni/nettest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/nettest.py b/ooni/nettest.py index 6a182ca..61b327e 100644 --- a/ooni/nettest.py +++ b/ooni/nettest.py @@ -698,7 +698,7 @@ class NetTestCase(object): """ raise e.NoPostProcessor - def displaySummary(self): + def displaySummary(self, summary): """ This gets called after the test has run to allow printing out of a summary of the test run.