[Bug 1940097] Re: A forgotten "space"
Ubuntu Foundations Team Bug Bot
1940097 at bugs.launchpad.net
Sat Jun 18 12:28:49 UTC 2022
The attachment "1-2.3.0ubuntu3.debdiff" seems to be a debdiff. The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff. If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/1940097
Title:
A forgotten "space"
Status in python-apt package in Ubuntu:
In Progress
Bug description:
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)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1940097/+subscriptions
More information about the foundations-bugs
mailing list