[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH master, f15-branch] Give an indication how many packages are left in cmdline mode (#681614).
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH master, f15-branch] Give an indication how many packages are left in cmdline mode (#681614).
- Date: Thu, 3 Mar 2011 11:05:01 -0500
---
pyanaconda/cmdline.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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:
--
1.7.1.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]