[rhel6-branch] Show the progress in cmdline mode (#663644)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 cmdline.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmdline.py b/cmdline.py
index 6f3f006..1532bc4 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -185,7 +185,7 @@ class InstallInterface(InstallInterfaceBase):
                     time.sleep(1)
 
             anaconda.dispatch.gotoNext()
-	    (step, instance) = anaconda.dispatch.currentStep()
+            (step, instance) = anaconda.dispatch.currentStep()
 
     def setSteps(self, anaconda):
         pass
@@ -207,7 +207,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:
@@ -220,5 +220,5 @@ def setupProgressDisplay(anaconda):
         return DISPATCH_BACK
     else:
         anaconda.id.setInstallProgressClass(progressDisplay())
-        
+
     return DISPATCH_FORWARD
-- 
1.7.3.2

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux