]> git.donarmstrong.com Git - lilypond.git/commitdiff
Untested fix for buildscripts/ git commit script.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 30 Oct 2006 16:40:00 +0000 (17:40 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 30 Oct 2006 16:40:00 +0000 (17:40 +0100)
buildscripts/git-update-changelog.py

index d1492cf5d882d74204499bb94a428d7370f30c80..15c35e9c310828a8eade54af33aac61c6e4d1a7d 100644 (file)
@@ -100,7 +100,7 @@ def header (commit):
     return '%d-%02d-%02d  %s  <%s>\n' % (commit.date[:3] + (commit.name, commit.email))
 
 def changelog_body (commit):
-
+    s = ''
     s += ''.join ('\n* %s: ' % f for f in commit.touched_files())
     s += '\n' + commit.message