mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Some formatting fixes so docs will build, etc.
This commit is contained in:
parent
250bcaff03
commit
44e32cc45e
2 changed files with 3 additions and 4 deletions
|
@ -49,6 +49,7 @@ def get_docstring(filename, verbose=False):
|
|||
if 'EXAMPLES' in (t.id for t in child.targets):
|
||||
plainexamples = child.value.s[1:] # Skip first empty line
|
||||
except:
|
||||
traceback.print_exc() # temp
|
||||
if verbose == True:
|
||||
traceback.print_exc()
|
||||
print "unable to parse %s" % filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue