[elbe-devel] [PATCH v2 04/66] commands bootup-check: Fix Pylint
Olivier Dion
dion at linutronix.de
Fri Jun 5 19:06:28 CEST 2020
55: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/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.27.0
More information about the elbe-devel
mailing list