ubuntu-translations-coordinators team mailing list archive
-
ubuntu-translations-coordinators team
-
Mailing list archive
-
Message #10031
[Bug 1703827] Re: ubuntu-support-status return "TypeError: not enough arguments for format string" due to bad translations
** Also affects: language-pack-gd (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
Matching subscriptions: Ubuntu Translations bug mail
https://bugs.launchpad.net/bugs/1703827
Title:
ubuntu-support-status return "TypeError: not enough arguments for
format string" due to bad translations
Status in Ubuntu Translations:
New
Status in language-pack-gd package in Ubuntu:
New
Status in language-pack-it package in Ubuntu:
New
Status in update-manager package in Ubuntu:
Triaged
Status in language-pack-gd source package in Xenial:
New
Status in language-pack-it source package in Xenial:
New
Status in update-manager source package in Xenial:
Confirmed
Bug description:
in Ubuntu 16.04.2 LTS fresh install no upgrade from other ubuntu version. update-manager version 16.04.6.
Running command:
ubuntu-support-status
Return only the error:
"
Traceback (most recent call last):
File "/usr/bin/ubuntu-support-status", line 151, in <module>
'time' : time})
TypeError: not enough arguments for format string
"
Solution is to add a space in line 151 before " , so the line was:
print(_("You have %(num)s packages (%(percent).1f%%) supported until %(time)s") % {
and become:
print(_("You have %(num)s packages (%(percent).1f%%) supported until %(time)s ") % {
Notice the space after %(time)s.
Best regards.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1703827/+subscriptions