Fix recheckwatch bug expiration.
Typo. Change-Id: Ife995e4b3cb4c89b16df6dc7367abbd4057b3f45 Reviewed-on: https://review.openstack.org/20169 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
d111f43a50
commit
d74e96877c
@ -119,7 +119,7 @@ class Scoreboard(threading.Thread):
|
||||
if bug.last_seen < now-datetime.timedelta(days=self.age):
|
||||
to_remove.append(bugno)
|
||||
for bugno in to_remove:
|
||||
del self.scores[bug]
|
||||
del self.scores[bugno]
|
||||
|
||||
def impact(bug):
|
||||
"This ranks more recent bugs higher"
|
||||
|
Loading…
x
Reference in New Issue
Block a user