Chmm, the raise itself should not be there of course.. thanks for noticing ----- Original Message ----- > On Wed, May 23, 2012 at 04:34:51PM +0200, Martin Sivak wrote: > > > @@ -297,6 +301,7 @@ def availableClasses(showHidden=0): > > list.append(((obj.name, obj, obj.pixmap), > > sortOrder)) > > except ImportError as e: > > log.warning ("module import of %s failed: %s" % > > (mainName, sys.exc_type)) > > + raise > > if flags.debug: raise > > else: continue > > The 2 lines after the raise are never hit so you can probably remove > them :) > > -- > Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA > (PST8PDT) > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list