mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-17 21:41:30 +00:00
fix off-by-one error
This commit is contained in:
parent
e997720d3b
commit
d50199e768
@ -1388,7 +1388,7 @@ class Britney(object):
|
|||||||
if src in self.blocks:
|
if src in self.blocks:
|
||||||
for user_block in self.blocks[src]:
|
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" %
|
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
|
update_candidate = False
|
||||||
|
|
||||||
# if the suite is unstable, then we have to check the urgency and the minimum days of
|
# if the suite is unstable, then we have to check the urgency and the minimum days of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user