Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/httpapi/dme.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def send_request(
url = "{0}?{1}".format(url, urlencode(params_with_val))
try:
self._display_request(request_method)

self._display_request(request_method)
response, response_data = self.connection.send(
url,
to_bytes(json.dumps(data)),
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/dme.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

def find_dict_in_list(some_list, key, value):
"""
Find a dictionary in a list based on a key-value pair.
Find a dictionary in a list based on a key-value pairing.

Args:
some_list: List of dictionaries to search through
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/dme_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"""

EXAMPLES = """
# Inventory
# Inventory file

# [dme_nxos]
# IAMBATMON
Expand Down
Loading