[kernel-team] 31/86: lib/kconfigeditor/kconfig/package/files.py: 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 64b2a06a3c2f893d5d8dc854e8d9e55678f6f0c0
Author: Bastian Blank <waldi at debian.org>
Date:   Fri Mar 14 11:57:34 2008 +0000

    lib/kconfigeditor/kconfig/package/files.py: Fix.
    
    svn path=/people/waldi/utils/kconfigeditor2/; revision=10838
---
 utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py b/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
index ecb79ac..7334b7a 100644
--- a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
+++ b/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
@@ -165,7 +165,7 @@ class File(dict):
         processed = set()
         ignored = set()
         for f in menufiles:
-            ret.extend(self._dump_file(processed, ignore_silent and ignored or None, f))
+            ret.extend(self._dump_file(processed, ignore_silent and ignored, 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