mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix crontab doc formatting
This commit is contained in:
@@ -208,7 +208,9 @@ def main():
|
||||
else:
|
||||
print_man(doc)
|
||||
else:
|
||||
sys.stderr.write("ERROR: module %s missing documentation\n" % module)
|
||||
# this typically means we couldn't even parse the docstring, not just that the YAML is busted,
|
||||
# probably a quoting issue.
|
||||
sys.stderr.write("ERROR: module %s missing documentation (or could not parse documentation)\n" % module)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user