From f4c306e0e94091b8a20ce0a493f16f23062bafae Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sat, 22 Oct 2011 19:38:26 +0000 Subject: [PATCH] Remove an unused variable (part of 22a9427c21b6216e093252ba77e09d5f10e436f7 from master) Signed-off-by: Adam D. Barratt --- britney.py | 1 - 1 file changed, 1 deletion(-) diff --git a/britney.py b/britney.py index 363fb0e..de1d979 100755 --- a/britney.py +++ b/britney.py @@ -1448,7 +1448,6 @@ class Britney: # if the suite is *-proposed-updates, the package needs an explicit approval in order to go in if suite in ['tpu', 'pu']: - key = "%s_%s" % (src, source_u[VERSION]) approves = [ x for x in self.hints.search('approve', package=src) if self.same_source(source_u[VERSION], x.version) ] if approves: excuse.addhtml("Approved by %s" % approves[0].user)