mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixes #6894 add missing file and remove debug line
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user