From d50199e7681a1224b4e2634b1fe4b104a0b4e6ef Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 31 Oct 2013 11:34:24 -0700 Subject: [PATCH] fix off-by-one error --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 08109bd..e7d526d 100755 --- a/britney.py +++ b/britney.py @@ -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 bug %s 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