Merge lp:~brian-murray/aptdaemon/bug-1436725 into lp:aptdaemon

Proposed by Brian Murray
Status: Merged
Merged at revision: 982
Proposed branch: lp:~brian-murray/aptdaemon/bug-1436725
Merge into: lp:aptdaemon
Diff against target: 12 lines (+1/-1)
1 file modified
aptdaemon/console.py (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/aptdaemon/bug-1436725
Reviewer Review Type Date Requested Status
Aptdaemon Developers Pending
Review via email: mp+255152@code.launchpad.net

Description of the change

This fixes a pretty obvious typo bug.

To post a comment you must log in.
Revision history for this message
Barry Warsaw (barry) wrote :

One question: obviously there must not have been a test for this; can you write one?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'aptdaemon/console.py'
--- aptdaemon/console.py 2014-08-21 13:36:34 +0000
+++ aptdaemon/console.py 2015-04-02 21:49:44 +0000
@@ -254,7 +254,7 @@
254 self._progress_details = (254 self._progress_details = (
255 _("Downloaded %(cur)sB of %(total)sB") %255 _("Downloaded %(cur)sB of %(total)sB") %
256 {'cur': client.get_size_string(bytes_done),256 {'cur': client.get_size_string(bytes_done),
257 'rate': client.get_size_string(bytes_total)})257 'total': client.get_size_string(bytes_total)})
258 else:258 else:
259 self._progress_details = ""259 self._progress_details = ""
260 self._update_progress()260 self._update_progress()

Subscribers

People subscribed via source and target branches

to status/vote changes: