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

Torben Hohn torben.hohn at linutronix.de
Fri May 29 10:45:49 CEST 2020


On Mon, May 25, 2020 at 11:42:00AM -0400, Olivier Dion wrote:
> 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.26.2
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list