[tor-commits] [chutney/master] TorNet: Fix a dict key typo for 'tor-gencert'
    teor at torproject.org 
    teor at torproject.org
       
    Fri Jan 24 01:37:59 UTC 2020
    
    
  
commit c49affde435cd95eb078e1fe504678fd4a810a50
Author: teor <teor at torproject.org>
Date:   Fri Jan 24 11:33:52 2020 +1000
    TorNet: Fix a dict key typo for 'tor-gencert'
---
 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 0da0839..061ebfa 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -688,7 +688,7 @@ class LocalNodeBuilder(NodeBuilder):
                 print("No dirauth support in %r"%self._env['tor'])
                 return False
             if not tor_gencert_exists(self._env['tor-gencert']):
-                print("No binary found for tor-gencert %r"%self._env['tor-gencrrt'])
+                print("No binary found for tor-gencert %r"%self._env['tor-gencert'])
 
     def _makeDataDir(self):
         """Create the data directory (with keys subdirectory) for this node.
    
    
More information about the tor-commits
mailing list