From: Dmitry Selyutin Date: Sun, 17 Sep 2017 09:19:35 +0000 (+0300) Subject: filesystem: remove redundant variable X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=620b6a1293899d7e8eacab9498880744d8034a9c;p=gnulib.git filesystem: remove redundant variable --- diff --git a/pygnulib/filesystem.py b/pygnulib/filesystem.py index f273c1f1e9..14564a380a 100644 --- a/pygnulib/filesystem.py +++ b/pygnulib/filesystem.py @@ -180,7 +180,7 @@ class GnulibGit(Directory): new.add((module, None, None)) while old != new: old.update(new) - for (demander, _, condition) in old: + for (demander, _, _) in old: if demander in demanders: continue for (dependency, condition) in demander.dependencies: