7190400 key error traceback from _li_recurse_end_output when installing a ng zone s11u1b22a
authorBrock Pytlik <brock.pytlik@oracle.com>
Fri, 10 Aug 2012 14:43:02 -0700
changeset 2767 3962a3f5d4c5
parent 2766 acc2eb2de1c4
child 2768 e6d766b946a7
7190400 key error traceback from _li_recurse_end_output when installing a ng zone
src/modules/client/progress.py
--- a/src/modules/client/progress.py	Thu Aug 09 15:07:36 2012 -0700
+++ b/src/modules/client/progress.py	Fri Aug 10 14:43:02 2012 -0700
@@ -711,6 +711,7 @@
                     max(len(x) for x in self.phase_names.values())
 
                 self.li_phase_names = {
+                    self.PHASE_PREPLAN:  _("Startup"),
                     self.PHASE_PLAN:     _("Planning"),
                     self.PHASE_DOWNLOAD: _("Downloading"),
                     self.PHASE_FINALIZE: _("Executing"),