From 6ed8e3764b3c58f3f35402b2eacd03849baa73c8 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 22 Sep 2016 06:48:08 +1000 Subject: [PATCH] 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 110ecda64c..094cbd8845 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