mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-13 06:25:00 -05: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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user