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

nickm at torproject.org nickm at torproject.org
Tue Oct 1 19:50:33 UTC 2013


commit 618ae49063f9b9398a3606d31d6c011ea861114f
Author: Nick Mathewson <nickm at 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: ")



More information about the tor-commits mailing list