[elbe-devel] [PATCH v2 12/66] commands toolchainextract: Fix Pylint
Olivier Dion
dion at linutronix.de
Fri Jun 5 19:06:36 CEST 2020
20:0: R1710: (inconsistent-return-statements)
Signed-off-by: Olivier Dion <dion at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn 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.27.0
More information about the elbe-devel
mailing list