[kernel-team] 32/86: lib/kconfigeditor/kconfig/package/files.py: Really fix.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:34:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/kconfigeditor2
in repository kernel-team.

commit cdfb0a4021bde02dbc45bf298466042312f40cd6
Author: Bastian Blank <waldi at debian.org>
Date:   Fri Mar 14 12:09:47 2008 +0000

    lib/kconfigeditor/kconfig/package/files.py: Really fix.
    
    svn path=/people/waldi/utils/kconfigeditor2/; revision=10840
---
 utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py b/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
index 7334b7a..59c84c2 100644
--- a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
+++ b/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
@@ -163,9 +163,11 @@ class File(dict):
 
         ret = []
         processed = set()
-        ignored = set()
+        ignored_sub = ignored = set()
+        if not ignore_silent:
+            ignored_sub = None
         for f in menufiles:
-            ret.extend(self._dump_file(processed, ignore_silent and ignored, f))
+            ret.extend(self._dump_file(processed, ignored_sub, f))
 
         s = set(self.keys())
         unprocessed = s - processed - ignored

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list