mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Pylint: fix false positive warning for domain
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
ae9c3e2dce
commit
ab69a0b1a7
@@ -952,7 +952,7 @@ def main():
|
||||
else:
|
||||
domain_name = options.domain_name
|
||||
|
||||
domain_name = domain_name.lower()
|
||||
domain_name = domain_name.lower() # pylint: disable=E1103
|
||||
|
||||
if not options.realm_name:
|
||||
realm_name = read_realm_name(domain_name, options.unattended)
|
||||
|
||||
Reference in New Issue
Block a user