mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix module formatter output messages
This commit is contained in:
parent
405c097c43
commit
0c855a85bc
1 changed files with 4 additions and 1 deletions
|
@ -238,8 +238,11 @@ def main():
|
||||||
fname = os.path.join(args.module_dir, module)
|
fname = os.path.join(args.module_dir, module)
|
||||||
extra = os.path.join("inc", "%s.tex" % module)
|
extra = os.path.join("inc", "%s.tex" % module)
|
||||||
|
|
||||||
|
if fname.endswith(".swp"):
|
||||||
|
continue
|
||||||
|
|
||||||
# FIXME: html/manpage/latex
|
# FIXME: html/manpage/latex
|
||||||
print "%% modules2.py ---> %s" % fname
|
print " processing module source ---> %s" % fname
|
||||||
|
|
||||||
doc = get_docstring(fname, verbose=args.verbose)
|
doc = get_docstring(fname, verbose=args.verbose)
|
||||||
if not doc is None:
|
if not doc is None:
|
||||||
|
|
Loading…
Reference in a new issue