[elbe-devel] [PATCH 25/75] daemons soap esoap: Fix Pylint

Torben Hohn torben.hohn at linutronix.de
Fri May 29 11:49:53 CEST 2020


On Mon, May 25, 2020 at 11:42:18AM -0400, Olivier Dion wrote:
> 307:4: R0913: (too-many-arguments)
> 
> Signed-off-by: Olivier Dion <dion at linutronix.de>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

> ---
>  elbepack/daemons/soap/esoap.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/elbepack/daemons/soap/esoap.py b/elbepack/daemons/soap/esoap.py
> index b29060b5..25d3be76 100644
> --- a/elbepack/daemons/soap/esoap.py
> +++ b/elbepack/daemons/soap/esoap.py
> @@ -304,6 +304,7 @@ class ESoap (ServiceBase):
>      @rpc(String, Integer, String, Boolean)
>      @authenticated_uid
>      @soap_faults
> +    # pylint: disable=too-many-arguments
>      def finish_pdebuild(self, uid, builddir, cpuset, profile, cross):
>          self.app.pm.open_project(uid, builddir)
>          self.app.pm.build_current_pdebuild(uid, cpuset, profile, cross)
> -- 
> 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