Skip to content
Snippets Groups Projects
Commit c9ca81c9 authored by Iustin Pop's avatar Iustin Pop
Browse files

confd: add a TODO and a pylint disable


Two variables are used in a strange way in ExecConfd. Until that is
clarified, add a TODO and a silence for the unused variable warning.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarOlivier Tharan <olive@google.com>
parent 460bb584
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,9 @@ def ExecConfd(options, _):
"""Main confd function, executed with PID file held
"""
# TODO: clarify how the server and reloader variables work (they are
# not used)
# pylint: disable-msg=W0612
mainloop = daemon.Mainloop()
# Asyncronous confd UDP server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment