mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixup ec2_facts docs parsing
This commit is contained in:
@@ -43,7 +43,6 @@ def get_docstring(filename, verbose=False):
|
||||
if isinstance(child, ast.Assign):
|
||||
if 'DOCUMENTATION' in (t.id for t in child.targets):
|
||||
doc = yaml.load(child.value.s)
|
||||
|
||||
except:
|
||||
if verbose == True:
|
||||
traceback.print_exc()
|
||||
|
||||
Reference in New Issue
Block a user