Skip to content

Commit

Permalink
fixed call to 'simplify_existing'
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Dec 25, 2023
1 parent 726dc67 commit 693bdb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/module_utils/base/cls.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ def check(self) -> None:
self._build_diff()

def _search_call(self, fail_response: bool = False) -> dict:
# pylint: disable=W0212
return self.b._simplify_existing(
return self.b.simplify_existing(
self.b.search(
fail_response=fail_response
)
Expand Down

0 comments on commit 693bdb8

Please sign in to comment.