Explorar o código

Fix a typo in the stop code

Nick Mathewson %!s(int64=10) %!d(string=hai) anos
pai
achega
618ae49063
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
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: ")