mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-09 10:11:11 +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
|
||||
complete = []
|
||||
tpu = []
|
||||
for e in britney.excuses:
|
||||
for e in britney.excuses.values():
|
||||
pkg = e.name
|
||||
suite = 'unstable'
|
||||
if pkg[0] == '-':
|
||||
|
Loading…
x
Reference in New Issue
Block a user