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: _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list