mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 04:11:07 +00:00
Remove an unused variable
(part of 22a9427c21b6216e093252ba77e09d5f10e436f7 from master) Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
91baa5a4d6
commit
aeca75b99d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user