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

This commit is contained in:
Rafael Guterres Jeffman
2021-05-18 21:18:34 -03:00
parent 9e00273864
commit a12275bc0e

View File

@@ -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."""