[tor-commits] [chutney/master] fixup! Add a chutney "wait_until_bootstrap" command
teor at torproject.org
teor at torproject.org
Wed Mar 13 03:16:56 UTC 2019
commit da381fff314972abd9cf0d76b6b6912c145e0a35
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Mar 12 09:37:10 2019 -0400
fixup! Add a chutney "wait_until_bootstrap" command
Fix a comment typo.
---
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 c94a4a3..4939840 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -797,7 +797,7 @@ class LocalNodeController(NodeController):
return os.path.join(datadir, logname)
def getLastBootstrapStatus(self):
- """Look through the logs and return the last bootstrapp message
+ """Look through the logs and return the last bootstrap message
received as a 3-tuple of percentage complete, keyword
(optional), and message.
"""
More information about the tor-commits
mailing list