[elbe-devel] [PATCH v2 18/66] commands daemon: Fix Pylint

Olivier Dion dion at linutronix.de
Fri Jun 5 19:06:42 CEST 2020


62:13: W0212: (protected-access)

Signed-off-by: Olivier Dion <dion at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/commands/daemon.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elbepack/commands/daemon.py b/elbepack/commands/daemon.py
index f035464f..517c5aef 100644
--- a/elbepack/commands/daemon.py
+++ b/elbepack/commands/daemon.py
@@ -59,6 +59,7 @@ def run_command(argv):
         return
 
     cherrypy.server.unsubscribe()
+    # pylint: disable=protected-access
     server = cherrypy._cpserver.Server()
     server.socket_host = opt.host
     server.socket_port = int(opt.port)
-- 
2.27.0




More information about the elbe-devel mailing list