mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-09 01:39:10 -07:00
Fixes #6894 add missing file and remove debug line
This commit is contained in:
parent
68cd7258b6
commit
2d33cd1b5d
2 changed files with 58 additions and 1 deletions
|
@ -82,7 +82,6 @@ def get_docstring(filename, verbose=False):
|
|||
raise Exception("missing options in fragment, possibly misformatted?")
|
||||
|
||||
for key, value in fragment.items():
|
||||
open("/tmp/awx.log", "a").write("key: %s value: %s\n" % (key, value))
|
||||
if not doc.has_key(key):
|
||||
doc[key] = value
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue