[elbe-devel] [PATCH v2 07/66] commands updates: Fix Pylint

Olivier Dion dion at linutronix.de
Fri Jun 5 19:06:31 CEST 2020


27:21: W0613: (unused-argument)

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

diff --git a/elbepack/commands/updated.py b/elbepack/commands/updated.py
index 2f8c3337..1cf15241 100644
--- a/elbepack/commands/updated.py
+++ b/elbepack/commands/updated.py
@@ -24,7 +24,7 @@ except ImportError:
     usbmonitor_available = False
 
 
-def shutdown(signum, fname, status):
+def shutdown(_signum, _fname, status):
     status.stop = True
     for mon in status.monitors:
         mon.stop()
-- 
2.27.0




More information about the elbe-devel mailing list