瀏覽代碼

Oops; add missing return to redox.py

svn:r17737
Nick Mathewson 15 年之前
父節點
當前提交
e5100bc6b5
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.
     """