From df63946d27f2ba34d3e70eb41ec031b5702ca3d9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 26 2015 13:25:32 +0000 Subject: Rely on the new_assignee info passed to the method instead of the db object --- diff --git a/progit/notify.py b/progit/notify.py index de3ef99..d23a151 100644 --- a/progit/notify.py +++ b/progit/notify.py @@ -141,7 +141,7 @@ The issue: `%s` of project: `%s` has been assigned to `%s` by %s. """ % ( issue.title, issue.project.name, - issue.assignee.user, + new_assignee, username, '%s/%s/issue/%s' % ( progit.APP.config['APP_URL'],