mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Oops; add missing return to redox.py
svn:r17737
This commit is contained in:
parent
1df93bc067
commit
e5100bc6b5
@ -172,6 +172,8 @@ def checkf(fn, errs):
|
|||||||
|
|
||||||
comments.append((ln, kind, name))
|
comments.append((ln, kind, name))
|
||||||
|
|
||||||
|
return comments
|
||||||
|
|
||||||
def applyComments(fn, entries):
|
def applyComments(fn, entries):
|
||||||
"""I apply lots of comments to the file in fn, making a new .newdoc file.
|
"""I apply lots of comments to the file in fn, making a new .newdoc file.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user