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

Olivier Dion dion at linutronix.de
Mon May 25 17:42:18 CEST 2020


307:4: R0913: (too-many-arguments)

Signed-off-by: Olivier Dion <dion 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




More information about the elbe-devel mailing list