A failed unblock hint should list that hint's user, not the block's

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
master
Adam D. Barratt 13 years ago
parent a5e448fd27
commit ffccdae624

@ -1289,7 +1289,7 @@ class Britney:
else: else:
if unblocks: if unblocks:
excuse.addhtml("%s request by %s ignored due to version mismatch: %s" % 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)" % excuse.addhtml("Not touching package due to %s request by %s (contact debian-release if update is needed)" %
(block_cmd, blocked[block_cmd].user)) (block_cmd, blocked[block_cmd].user))
update_candidate = False update_candidate = False

Loading…
Cancel
Save