diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 18:44:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 18:44:06 +0000 |
commit | e5100bc6b5d3d7b004a66358bdf66ae8d3b00084 (patch) | |
tree | ec19ff5d25706fabdc93d64f9d0f043c3f1ee362 /contrib/redox.py | |
parent | 1df93bc067550c86ec22d001d143ed56da9579d8 (diff) | |
download | tor-e5100bc6b5d3d7b004a66358bdf66ae8d3b00084.tar.gz tor-e5100bc6b5d3d7b004a66358bdf66ae8d3b00084.zip |
Oops; add missing return to redox.py
svn:r17737
Diffstat (limited to 'contrib/redox.py')
-rwxr-xr-x | contrib/redox.py | 2 |
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. """ |