mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
Fix pylint false positive in hbactest module
https://fedorahosted.org/freeipa/ticket/1763
This commit is contained in:
parent
261a41b3d4
commit
a40d4d4d64
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user