1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #13704 from sengaya/fix-unsupported-format-character

Fix unsupported format character
This commit is contained in:
James Cammarata 2015-12-31 00:03:04 -05:00
commit 17ad0d70d9

View file

@ -67,7 +67,7 @@ def get_docstring(filename, verbose=False):
theid = t.id
except AttributeError as e:
# skip errors can happen when trying to use the normal code
display.warning("Failed to assign id for %t on %s, skipping" % (t, filename))
display.warning("Failed to assign id for %s on %s, skipping" % (t, filename))
continue
if 'DOCUMENTATION' in theid: