summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-22 18:44:06 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-22 18:44:06 +0000
commite5100bc6b5d3d7b004a66358bdf66ae8d3b00084 (patch)
treeec19ff5d25706fabdc93d64f9d0f043c3f1ee362
parent1df93bc067550c86ec22d001d143ed56da9579d8 (diff)
downloadtor-e5100bc6b5d3d7b004a66358bdf66ae8d3b00084.tar.gz
tor-e5100bc6b5d3d7b004a66358bdf66ae8d3b00084.zip
Oops; add missing return to redox.py
svn:r17737
-rwxr-xr-xcontrib/redox.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/redox.py b/contrib/redox.py
index f858df4aed..afb457953b 100755
--- a/contrib/redox.py
+++ b/contrib/redox.py
@@ -172,6 +172,8 @@ def checkf(fn, errs):
comments.append((ln, kind, name))
+ return comments
+
def applyComments(fn, entries):
"""I apply lots of comments to the file in fn, making a new .newdoc file.
"""