[elbe-devel] [PATCH 10/75] commands check_updates: Fix Pylint
Torben Hohn
torben.hohn at linutronix.de
Fri May 29 11:19:50 CEST 2020
On Mon, May 25, 2020 at 11:42:03AM -0400, Olivier Dion wrote:
> 91:8: W0612: (unused-variable)
>
> Signed-off-by: Olivier Dion <dion at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> elbepack/commands/check_updates.py | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/elbepack/commands/check_updates.py b/elbepack/commands/check_updates.py
> index 4ae9e6d0..c0bd1d46 100644
> --- a/elbepack/commands/check_updates.py
> +++ b/elbepack/commands/check_updates.py
> @@ -88,7 +88,6 @@ def run_command(argv):
>
> for p in fullp:
> pname = p.et.text
> - pver = p.et.get('version')
> pauto = p.et.get('auto')
>
> if pauto != "true":
> @@ -102,7 +101,6 @@ def run_command(argv):
> for p in fullp:
> xp = XMLPackage(p, arch)
> pname = p.et.text
> - pver = p.et.get('version')
> pauto = p.et.get('auto')
>
> if not v.has_pkg(xp.name):
> --
> 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