[ooni-probe/master] Fix bug in timeout

7 Feb
2012
7 Feb
'12
6:24 p.m.
commit f0b2a98744d8f098632721648adf6ea40c9489ca Author: Arturo Filastò <hellais@gmail.com> Date: Tue Feb 7 19:24:19 2012 +0100 Fix bug in timeout --- refactor/tests/bridget.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/refactor/tests/bridget.py b/refactor/tests/bridget.py index 9ec499f..71d210a 100644 --- a/refactor/tests/bridget.py +++ b/refactor/tests/bridget.py @@ -52,7 +52,7 @@ DataDirectory %s os.mkdir(datadir) return (randomname, datadir) - def connect(self, bridge, timeout): + def connect(self, bridge, timeout=None): if not timeout: timeout = self.timeout torrc, tordir = self.writetorrc(bridge)
4848
Age (days ago)
4848
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org