mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
typo update-excuses->update-excuse
This commit is contained in:
parent
29c3fa98bc
commit
534cd254f4
@ -104,7 +104,7 @@ def has_excuses_bugs(launchpad, package):
|
||||
if len(bugs) == 1:
|
||||
print("There is 1 open update-excuse bug against %s" % package)
|
||||
else:
|
||||
print("There are %d open update-excuses bugs against %s" \
|
||||
print("There are %d open update-excuse bugs against %s" \
|
||||
% (len(bugs), package))
|
||||
|
||||
for bug in bugs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user