[elbe-devel] [PATCH v2 01/12] efilesystem: Fix Pylint

Torben Hohn torben.hohn at linutronix.de
Thu Jul 22 17:10:01 CEST 2021


From: Christian Teklenborg <chris at linutronix.de>

30:0: R0912: (Too many branches)

Signed-off-by: Christian Teklenborg <chris at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/efilesystem.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elbepack/efilesystem.py b/elbepack/efilesystem.py
index 62626a617..496a9df52 100644
--- a/elbepack/efilesystem.py
+++ b/elbepack/efilesystem.py
@@ -29,6 +29,8 @@ from elbepack.shellhelper import (system,
 
 def copy_filelist(src, file_lst, dst):
 
+    # pylint: disable=too-many-branches
+
     files  = set()
     copied = set()
 
-- 
2.20.1



More information about the elbe-devel mailing list