[elbe-devel] [PATCH 04/75] commands bootup-check: Fix Pylint
Olivier Dion
dion at linutronix.de
Mon May 25 17:41:57 CEST 2020
55:0: R1710: (inconsistent-return-statements)
Signed-off-by: Olivier Dion <dion at linutronix.de>
---
elbepack/commands/bootup-check.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elbepack/commands/bootup-check.py b/elbepack/commands/bootup-check.py
index f2803f5d..78486748 100644
--- a/elbepack/commands/bootup-check.py
+++ b/elbepack/commands/bootup-check.py
@@ -65,3 +65,5 @@ def run_command(_argv):
except IOError:
print("/etc/elbe_version removed by user")
return -1
+
+ return 0
--
2.26.2
More information about the elbe-devel
mailing list