fix off-by-one error

bzr-import-20160707
Colin Watson 11 years ago
parent e997720d3b
commit d50199e768

@ -1388,7 +1388,7 @@ class Britney(object):
if src in self.blocks:
for user_block in self.blocks[src]:
excuse.addhtml("Not touching package as requested in <a href=\"https://launchpad.net/bugs/%s\">bug %s</a> on %s" %
(user_block[1], user_block[1], time.asctime(time.gmtime(user_block[2]))))
(user_block[0], user_block[0], time.asctime(time.gmtime(user_block[1]))))
update_candidate = False
# if the suite is unstable, then we have to check the urgency and the minimum days of

Loading…
Cancel
Save