[ooni-probe/master] hotfix: fix serialisation of reports

29 Apr
2016
29 Apr
'16
9:42 a.m.
commit a6e291e913148ee1764655af932573fe4f77fe2c Author: Arturo Filastò <arturo@filasto.net> Date: Sun Feb 21 15:37:41 2016 +0100 hotfix: fix serialisation of reports --- ooni/report/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/report/parser.py b/ooni/report/parser.py index a986522..bef948c 100644 --- a/ooni/report/parser.py +++ b/ooni/report/parser.py @@ -26,7 +26,7 @@ class ReportLoader(object): def next(self): try: - self._yfp.next() + return self._yfp.next() except StopIteration: self.close() raise StopIteration
3354
Age (days ago)
3354
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org