Skip to content

Commit

Permalink
Do not repeat twice the argument
Browse files Browse the repository at this point in the history
  • Loading branch information
pypingou committed Mar 28, 2015
1 parent ba09603 commit 465b147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pagure/lib/notify.py
Expand Up @@ -230,7 +230,6 @@ def notify_assigned_issue(issue, new_assignee, user):
text,
'Issue `%s` assigned' % issue.title,
','.join(mail_to),
mail_id=issue.mail_id,
mail_id='%s/assigned/%s' % (issue.mail_id, uid),
in_reply_to=issue.mail_id,
)
Expand Down

0 comments on commit 465b147

Please sign in to comment.