[Bug 1940097] [NEW] A forgotten "space"
Launchpad Bug Tracker
1940097 at bugs.launchpad.net
Sat Jun 18 12:28:50 UTC 2022
You have been subscribed to a public bug by Ubuntu Foundations Team Bug Bot (crichton):
Hi
A "space" character has been forgotten in the "apt/package.py" file and line "592".
I found this error while translating.
https://translations.launchpad.net/ubuntu/impish/+source/python-apt/+pots/python-apt/fa/36/+translate
if not dsc:
return _("Missing description for '%s'." <===
"Please report.") % (self.package.name)
This line should be like this
if not dsc:
return _("Missing description for '%s'. " <===
"Please report.") % (self.package.name)
** Affects: python-apt (Ubuntu)
Importance: Undecided
Assignee: Akbarkhon Variskhanov (kbar)
Status: In Progress
** Tags: bitesize impish patch
--
A forgotten "space"
https://bugs.launchpad.net/bugs/1940097
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list