[elbe-devel] [PATCH 08/25] pylinut - cmd/updated.py disable unused argument

Manuel Traut manut at linutronix.de
Wed Aug 29 21:02:38 CEST 2018


the function is a callback and therefor needs those arguments

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 elbepack/commands/updated.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elbepack/commands/updated.py b/elbepack/commands/updated.py
index 2f8c3337..7dc1ed6f 100644
--- a/elbepack/commands/updated.py
+++ b/elbepack/commands/updated.py
@@ -25,6 +25,7 @@ except ImportError:
 
 
 def shutdown(signum, fname, status):
+    #pylint: disable=unused-argument
     status.stop = True
     for mon in status.monitors:
         mon.stop()
-- 
2.18.0




More information about the elbe-devel mailing list