From 534cd254f43e983ac3cd91e9a62806ee7606a9aa Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 14 Jun 2023 15:14:14 -0700 Subject: [PATCH] typo update-excuses->update-excuse --- pm-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm-helper b/pm-helper index a098d4f..7e0d565 100755 --- a/pm-helper +++ b/pm-helper @@ -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: