Fix crontab doc formatting

This commit is contained in:
Michael DeHaan
2013-02-09 14:29:31 -05:00
parent 550a1b5f02
commit 5c38248788
2 changed files with 10 additions and 11 deletions

View File

@@ -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()