mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-18 22:11:30 +00:00
Fix the hint-tester's auto-completion
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
2fd6c59460
commit
c145dbd836
@ -38,7 +38,7 @@ class Completer(object):
|
|||||||
# - it might contain too many items, but meh
|
# - it might contain too many items, but meh
|
||||||
complete = []
|
complete = []
|
||||||
tpu = []
|
tpu = []
|
||||||
for e in britney.excuses:
|
for e in britney.excuses.values():
|
||||||
pkg = e.name
|
pkg = e.name
|
||||||
suite = 'unstable'
|
suite = 'unstable'
|
||||||
if pkg[0] == '-':
|
if pkg[0] == '-':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user