mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 06:13:21 +00:00
Disable pylint's super-with-arguments.
We still need to support Python 2.
This commit is contained in:
@@ -504,6 +504,7 @@ class DNSZoneModule(FreeIPABaseModule):
|
||||
self.add_ipa_command("dnszone_mod", zone_name, args)
|
||||
|
||||
def process_command_result(self, name, command, args, result):
|
||||
# pylint: disable=super-with-arguments
|
||||
super(DNSZoneModule, self).process_command_result(
|
||||
name, command, args, result
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user