[elbe-devel] [PATCH 18/75] commands daemon: Fix Pylint
Torben Hohn
torben.hohn at linutronix.de
Fri May 29 11:31:25 CEST 2020
On Mon, May 25, 2020 at 11:42:11AM -0400, Olivier Dion wrote:
> 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.26.2
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
--
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/kontakt/Datenschutz.php
Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen |
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner
More information about the elbe-devel
mailing list