Explorar o código

Oops; add missing return to redox.py

svn:r17737
Nick Mathewson %!s(int64=15) %!d(string=hai) anos
pai
achega
e5100bc6b5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.
     """