Browse Source

Add a missed return to fallbackdir_comment() in updateFallbackDirs.py

Closes ticket #20877.
teor 7 years ago
parent
commit
6ed8e3764b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/maint/updateFallbackDirs.py

+ 1 - 0
scripts/maint/updateFallbackDirs.py

@@ -1183,6 +1183,7 @@ class Candidate(object):
       s += '\n'
       s += '\n'
     s += '*/'
     s += '*/'
     s += '\n'
     s += '\n'
+    return s
 
 
   # output the fallback info C string for this fallback
   # output the fallback info C string for this fallback
   # this is the text that would go after FallbackDir in a torrc
   # this is the text that would go after FallbackDir in a torrc