More toying with change logs

This commit is contained in:
Adubbz 2013-09-24 10:44:00 +10:00
parent cfa682e025
commit c7d6fa4936
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def make_changelog(job_path, target_build, change_file, current_version=None):
for comment in comments:
log.append('\t\t' + comment)
elif len(comments) == 1:
log.append('%s' % comments[0]))
log.append('%s' % comments[0])
file = open(change_file, 'wb')
for line in log: