From e52ecf32153d8e592d3068feeba5b719868a0e20 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 26 2015 13:48:21 +0000 Subject: We want this to be a string not a tuple --- diff --git a/progit/notify.py b/progit/notify.py index 19e36dc..9c87605 100644 --- a/progit/notify.py +++ b/progit/notify.py @@ -134,7 +134,7 @@ New issue: def notify_assigned_issue(issue, new_assignee, username): ''' Notify the people following an issue that the assignee changed. ''' - action = 'reset', + action = 'reset' if new_assignee: action = 'assigned to `%s`' % new_assignee text = """