From 0c855a85bcff5426b50ce78d2130dc2baa98fb02 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 27 Sep 2012 21:34:28 -0400 Subject: [PATCH] fix module formatter output messages --- hacking/module_formatter.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py index 2cc40581d0c..081229724e6 100755 --- a/hacking/module_formatter.py +++ b/hacking/module_formatter.py @@ -238,8 +238,11 @@ def main(): fname = os.path.join(args.module_dir, module) extra = os.path.join("inc", "%s.tex" % module) + if fname.endswith(".swp"): + continue + # FIXME: html/manpage/latex - print "%% modules2.py ---> %s" % fname + print " processing module source ---> %s" % fname doc = get_docstring(fname, verbose=args.verbose) if not doc is None: