mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Address pylint violations in lite-server
Teach pylint that env instance has lite_* members See: https://pagure.io/freeipa/issue/7758 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
e6d7f20039
commit
8944458d3c
@ -504,6 +504,10 @@ AstroidBuilder(MANAGER).string_build(textwrap.dedent(
|
||||
api.env.interactive = True
|
||||
api.env.ipalib = '' # object
|
||||
api.env.kinit_lifetime = None
|
||||
api.env.lite_pem = ''
|
||||
api.env.lite_profiler = ''
|
||||
api.env.lite_host = ''
|
||||
api.env.lite_port = 0
|
||||
api.env.log = '' # object
|
||||
api.env.logdir = '' # object
|
||||
api.env.mode = ''
|
||||
|
Loading…
Reference in New Issue
Block a user