[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [chutney/master] Fix a typo in the stop code
commit 618ae49063f9b9398a3606d31d6c011ea861114f
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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: ")
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits