From bc8ba2d89e7c71e95c1ee8e8e2da26a993e01997 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 25 Feb 2006 21:29:34 +0000 Subject: - new automatic scan - scans everything the NIM can handle - ServiceScan is now able to do a multipass scan - added the manual scan to the startwizard - wizards have a new "nextstep" attribute for the -tag now --- lib/python/Screens/Console.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Screens/Console.py') diff --git a/lib/python/Screens/Console.py b/lib/python/Screens/Console.py index d13729f8..82fc8d1c 100644 --- a/lib/python/Screens/Console.py +++ b/lib/python/Screens/Console.py @@ -33,6 +33,7 @@ class Console(Screen): def startRun(self): self["text"].setText(_("Execution Progress:") + "\n\n") + print "Console: executing in run", self.run, " the command:", self.cmdlist[self.run] self.container.execute(self.cmdlist[self.run]) def runFinished(self, retval): -- cgit v1.2.3