mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
Fix, by disabling, pylint's error too-many-function-args (E1121).
This commit is contained in:
@@ -778,7 +778,7 @@ else:
|
|||||||
)
|
)
|
||||||
|
|
||||||
if len(errors) > 0:
|
if len(errors) > 0:
|
||||||
self.fail_json(", ".join("errors"))
|
self.fail_json(", ".join("errors")) # pylint: disable=E1121
|
||||||
|
|
||||||
def add_ipa_command(self, command, name=None, args=None):
|
def add_ipa_command(self, command, name=None, args=None):
|
||||||
"""Add a command to the list of commands to be executed."""
|
"""Add a command to the list of commands to be executed."""
|
||||||
|
|||||||
Reference in New Issue
Block a user