> diff --git a/pyanaconda/iw/filter_type.py b/pyanaconda/iw/filter_type.py > index a26a02c..e562dea 100644 > --- a/pyanaconda/iw/filter_type.py > +++ b/pyanaconda/iw/filter_type.py > @@ -30,6 +30,8 @@ from iw_gui import * > from pyanaconda.flags import flags > from pyanaconda.storage.deviceaction import * > > +from pyanaconda.flags import flags > + > import gettext > _ = lambda x: gettext.ldgettext("anaconda", x) > > @@ -39,6 +41,10 @@ class FilterTypeWindow(InstallWindow): > ics.setTitle("Filter Type") > ics.setNextEnabled(True) > > + if flags.cmdline.getbool("traceback"): > + ics.getICW().anaconda.intf.enableNetwork() > + raise RuntimeError("Intentionally raised exception") > + > def getNext(self): > if self.buttonGroup.getCurrent() == "simple": > self.anaconda.simpleFilter = True For the current UI, it looks okay. Are they going to want this same functionality in text mode? There's no filter type screen there. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list