From: Nick Mathewson Date: Mon, 22 Dec 2008 18:44:06 +0000 (+0000) Subject: Oops; add missing return to redox.py X-Git-Tag: tor-0.2.1.9-alpha~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5100bc6b5d3d7b004a66358bdf66ae8d3b00084;p=thirdparty%2Ftor.git Oops; add missing return to redox.py svn:r17737 --- 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. """