aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-10-05 18:57:35 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-10-05 18:57:35 -0400
commita14aa628e0f06a634ff4e431750f93b79134be1d (patch)
treed433c97cceda7c63ccaf2b7bdec8729fa7e09413
parenta79fa432f582f192474dccfebd9e60a38fbcce02 (diff)
downloadkorg-helpers-a14aa628e0f06a634ff4e431750f93b79134be1d.tar.gz
Fix typo that should totally have been linted
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xgit-patchwork-bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-patchwork-bot.py b/git-patchwork-bot.py
index ba6c537..fa036fb 100755
--- a/git-patchwork-bot.py
+++ b/git-patchwork-bot.py
@@ -773,7 +773,7 @@ def notify_submitters(serieslist, refname, revs, pname, rs, hs):
targets += listify(tweaks['alwaysbcc'])
if len(ccaddrs):
- msg['Cc'] + ', '.join(ccaddrs)
+ msg['Cc'] = ', '.join(ccaddrs)
if not NOMAIL:
logger.debug('Message follows')