[elbe-devel] [PATCH 19/28] pylint: bootup-check: mark argv argument as unused

Torben Hohn torben.hohn at linutronix.de
Wed Aug 22 11:29:13 CEST 2018


bootup-check does not seem to have any arguments.

tell pylint, that argv is an unused argument.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/commands/bootup-check.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/commands/bootup-check.py b/elbepack/commands/bootup-check.py
index 23985a91..f2803f5d 100644
--- a/elbepack/commands/bootup-check.py
+++ b/elbepack/commands/bootup-check.py
@@ -52,7 +52,7 @@ def bootup_info():
         print(ev.read())
 
 
-def run_command(argv):
+def run_command(_argv):
     try:
         xml = etree("/etc/elbe_base.xml")
     except IOError:
-- 
2.11.0




More information about the elbe-devel mailing list