mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix pylint false positive in hbactest module
https://fedorahosted.org/freeipa/ticket/1763
This commit is contained in:
@@ -153,7 +153,7 @@ def convert_to_ipa_rule(rule):
|
||||
if attr_name in rule:
|
||||
element[4].groups = rule[attr_name]
|
||||
if 'externalhost' in rule:
|
||||
ipa_rule.srchosts.names.extend(rule['externalhost'])
|
||||
ipa_rule.srchosts.names.extend(rule['externalhost']) #pylint: disable=E1101
|
||||
return ipa_rule
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user