[chutney/master] Fix a typo in the stop code

1 Oct
2013
1 Oct
'13
7:50 p.m.
commit 618ae49063f9b9398a3606d31d6c011ea861114f Author: Nick Mathewson <nickm@torproject.org> Date: Tue Oct 1 15:50:31 2013 -0400 Fix a typo in the stop code --- lib/chutney/TorNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index 4f31e8c..c377a03 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -624,7 +624,7 @@ class Network(object): sys.stdout.write(".") sys.stdout.flush() for c in controllers: - n.check(listNonRunning=False) + c.check(listNonRunning=False) def verify(self): sys.stdout.write("Verifying data transmission: ")
4292
Age (days ago)
4292
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org