[elbe-devel] [PATCH 07/75] commands updates: Fix Pylint
Olivier Dion
dion at linutronix.de
Mon May 25 17:42:00 CEST 2020
27:21: W0613: (unused-argument)
Signed-off-by: Olivier Dion <dion 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.26.2
More information about the elbe-devel
mailing list