[Bug 1940097] [NEW] A forgotten "space"

eshagh 1940097 at bugs.launchpad.net
Mon Aug 16 14:20:23 UTC 2021


Public bug reported:

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
         Status: New

-- 
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:
  New

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