[kernel-team] 23/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:54 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 2700e956a99f9c684a9bbfc76b374425922b7ccf
Author: Bastian Blank <waldi at debian.org>
Date:   Thu Mar 13 09:07:52 2008 +0000

    lib/kconfigeditor/kconfig/package/files.py: Fix.
    
    svn path=/people/waldi/utils/kconfigeditor2/; revision=10823
---
 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 5b9c9ca..289d38d 100644
--- a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
+++ b/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
@@ -117,7 +117,7 @@ class File(dict):
                 ret.extend(self._dump_file_config(processed, ignored, i))
         if ret:
             ret.insert(0, "## choice: %s" % f.prompt)
-            ret.insert(-1, '## end choice')
+            ret.append('## end choice')
         return ret
 
     def _dump_file_config(self, processed, ignored, i):

-- 
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