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
Branches
Tags
No related merge requests found
...@@ -778,7 +778,7 @@ else: ...@@ -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."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment