[elbe-devel] [PATCH 12/75] commands toolchainextract: Fix Pylint

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


20:0: R1710: (inconsistent-return-statements)

Signed-off-by: Olivier Dion <dion at linutronix.de>
---
 elbepack/commands/toolchainextract.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elbepack/commands/toolchainextract.py b/elbepack/commands/toolchainextract.py
index 3e8a0b1c..ed48176a 100644
--- a/elbepack/commands/toolchainextract.py
+++ b/elbepack/commands/toolchainextract.py
@@ -80,3 +80,5 @@ def run_command(argv):
 
         repo.finalize()
         os.system('rm -r "%s"' % tmpdir)
+
+    return 0
-- 
2.26.2




More information about the elbe-devel mailing list