--- 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