Fixes #6894 add missing file and remove debug line

This commit is contained in:
James Tanner 2014-04-08 13:22:23 -04:00
parent 68cd7258b6
commit 2d33cd1b5d
2 changed files with 58 additions and 1 deletions

View file

@ -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: