[tor-commits] [tor/master] Add a missed return to fallbackdir_comment() in updateFallbackDirs.py

nickm at torproject.org nickm at torproject.org
Tue Dec 20 23:38:54 UTC 2016


commit 6ed8e3764b3c58f3f35402b2eacd03849baa73c8
Author: teor <teor2345 at gmail.com>
Date:   Thu Sep 22 06:48:08 2016 +1000

    Add a missed return to fallbackdir_comment() in updateFallbackDirs.py
    
    Closes ticket #20877.
---
 scripts/maint/updateFallbackDirs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py
index 110ecda..094cbd8 100755
--- a/scripts/maint/updateFallbackDirs.py
+++ b/scripts/maint/updateFallbackDirs.py
@@ -1183,6 +1183,7 @@ class Candidate(object):
       s += '\n'
     s += '*/'
     s += '\n'
+    return s
 
   # output the fallback info C string for this fallback
   # this is the text that would go after FallbackDir in a torrc





More information about the tor-commits mailing list