From ffccdae624864543ad83e6a1d433b38adf57c769 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sun, 4 Sep 2011 19:00:59 +0000 Subject: [PATCH] A failed unblock hint should list that hint's user, not the block's Signed-off-by: Adam D. Barratt --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 2f144dd..d452ea1 100755 --- a/britney.py +++ b/britney.py @@ -1289,7 +1289,7 @@ class Britney: else: if unblocks: excuse.addhtml("%s request by %s ignored due to version mismatch: %s" % - (unblock_cmd.capitalize(), blocked[block_cmd].user, unblocks[0].version)) + (unblock_cmd.capitalize(), unblocks[0].user, unblocks[0].version)) excuse.addhtml("Not touching package due to %s request by %s (contact debian-release if update is needed)" % (block_cmd, blocked[block_cmd].user)) update_candidate = False