mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Many typo fixes (#7429)
This commit is contained in:
parent
f4d8168131
commit
e556abb56b
46 changed files with 66 additions and 66 deletions
|
@ -135,7 +135,7 @@ def change_keys(recs, key='uuid', filter_func=None):
|
|||
|
||||
for param_name, param_value in rec.items():
|
||||
# param_value may be of type xmlrpc.client.DateTime,
|
||||
# which is not simply convertable to str.
|
||||
# which is not simply convertible to str.
|
||||
# Use 'value' attr to get the str value,
|
||||
# following an example in xmlrpc.client.DateTime document
|
||||
if hasattr(param_value, "value"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue