mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-17 21:41:30 +00:00
Correct copy-n-paste of 'e.' for 'excuse.'.
This commit is contained in:
parent
913539ffe9
commit
c340a46e7a
10
britney.py
10
britney.py
@ -1899,10 +1899,10 @@ class Britney(object):
|
|||||||
continue
|
continue
|
||||||
# Also skip removals, binary-only candidates, proposed-updates
|
# Also skip removals, binary-only candidates, proposed-updates
|
||||||
# and unknown versions.
|
# and unknown versions.
|
||||||
if (e.name.startswith("-") or
|
if (excuse.name.startswith("-") or
|
||||||
"/" in e.name or
|
"/" in excuse.name or
|
||||||
"_" in e.name or
|
"_" in excuse.name or
|
||||||
e.ver[1] == "-"):
|
excuse.ver[1] == "-"):
|
||||||
continue
|
continue
|
||||||
statuses = set()
|
statuses = set()
|
||||||
# Update valid excuses from the boottest context.
|
# Update valid excuses from the boottest context.
|
||||||
@ -1921,7 +1921,7 @@ class Britney(object):
|
|||||||
x for x in hints
|
x for x in hints
|
||||||
if same_source(excuse.ver[1], x.version)]
|
if same_source(excuse.ver[1], x.version)]
|
||||||
if forces:
|
if forces:
|
||||||
e.addhtml(
|
excuse.addhtml(
|
||||||
"Should wait for %s %s boottest, but forced by "
|
"Should wait for %s %s boottest, but forced by "
|
||||||
"%s" % (binary_name, excuse.ver[1],
|
"%s" % (binary_name, excuse.ver[1],
|
||||||
forces[0].user))
|
forces[0].user))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user