[elbe-devel] [PATCH 32/75] pkgarchive: Fix Pylint
Olivier Dion
dion at linutronix.de
Mon May 25 17:42:25 CEST 2020
90:0: R0912: (too-many-branches)
Signed-off-by: Olivier Dion <dion at linutronix.de>
---
elbepack/pkgarchive.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/elbepack/pkgarchive.py b/elbepack/pkgarchive.py
index 48df110b..03e30bcc 100644
--- a/elbepack/pkgarchive.py
+++ b/elbepack/pkgarchive.py
@@ -91,6 +91,7 @@ def checkout_binpkg_archive(ep, repodir):
# pylint: disable=too-many-locals
# pylint: disable=too-many-statements
+ # pylint: disable=too-many-branches
repopath = path.join(ep.builddir, repodir)
sources_list = ep.buildenv.rfs.fname('etc/apt/sources.list')
--
2.26.2
More information about the elbe-devel
mailing list