Skip to content
Snippets Groups Projects
Commit a12275bc authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Fix, by disabling, pylint's error too-many-function-args (E1121).

parent 9e002738
No related branches found
No related tags found
No related merge requests found
......@@ -778,7 +778,7 @@ else:
)
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):
"""Add a command to the list of commands to be executed."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment