Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
if an arch module is broken, you get the generic "Invalid Subarch" error message i'd apply this fix: ... # Call arch constructor, pass our settings try: self.arch=self.subarchmap[self.settings["subarch"]](self.settings) - except: + except KeyError: print "Invalid subarch: '"+self.settings["subarch"]+"'" print "Choose one of the following:", ...
Fixed in SVN
This is fixed in 2.0.4 which was just released.