Parcourir la source

Oops; add missing return to redox.py

svn:r17737
Nick Mathewson il y a 15 ans
Parent
commit
e5100bc6b5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      contrib/redox.py

+ 2 - 0
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.
     """