From cfa682e025346ef7d1aa9d7eb4206d8823a12c06 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Tue, 24 Sep 2013 10:31:11 +1000 Subject: [PATCH] Another attempt at cutting out the author --- changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.py b/changelog.py index 48f6620e5..8742d7f61 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('\t%s: %s' % (change['author'], comments[0])) + log.append('%s' % comments[0])) file = open(change_file, 'wb') for line in log: