A forgotten "space"

Bug #1940097 reported by eshagh
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-apt (Ubuntu)
In Progress
Undecided
Julian Andres Klode

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)

Revision history for this message
Hans Joachim Desserud (hjd) wrote :

Indeed. Looks like the trailing space is missing.

Changed in python-apt (Ubuntu):
status: New → Confirmed
tags: added: bitesize impish
Revision history for this message
Akbarkhon Variskhanov (kbar) wrote :

@eshagh, thank you for noticing this typo and reporting a bug.

This patch adds the missing space.

Changed in python-apt (Ubuntu):
assignee: nobody → Akbarkhon Variskhanov (kbar)
status: Confirmed → In Progress
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

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
Changed in python-apt (Ubuntu):
assignee: Akbarkhon Variskhanov (kbar) → nobody
assignee: nobody → Julian Andres Klode (juliank)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.