]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/git-update-changelog.py
Untested fix for buildscripts/ git commit script.
[lilypond.git] / 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