mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Add a missed return to fallbackdir_comment() in updateFallbackDirs.py
Closes ticket #20877.
This commit is contained in:
parent
ae89d9745d
commit
6ed8e3764b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user