diff --git a/changelog.py b/changelog.py index 8742d7f61..c5664039e 100755 --- a/changelog.py +++ b/changelog.py @@ -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: