[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH master, f15-branch] Give an indication how many packages are left in cmdline mode (#681614).
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH master, f15-branch] Give an indication how many packages are left in cmdline mode (#681614).
- Date: Thu, 03 Mar 2011 10:54:20 -0600
On Thu, 2011-03-03 at 11:05 -0500, Chris Lumens wrote:
> ---
> pyanaconda/cmdline.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Ack.
>
> diff --git a/pyanaconda/cmdline.py b/pyanaconda/cmdline.py
> index 2ca34f9..4a89e61 100644
> --- a/pyanaconda/cmdline.py
> +++ b/pyanaconda/cmdline.py
> @@ -199,7 +199,7 @@ class progressDisplay:
> def set_fraction(self, pct):
> self.pct = pct
> def set_text(self, txt):
> - pass
> + print(txt)
> def set_label(self, txt):
> stripped = strip_markup(txt)
> if stripped != self.display:
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]