On Mon, 2010-04-12 at 13:07 -0400, Seth Vidal wrote: > anything wrong with: > > if name and name in self._pkgmatch_fails:
Well all the other code in that function uses "name is not None", on the other hand I seriously doubt anyone is passing a name of '' :) > the 'is not None' thing I've tried to stop using b/c it gets in weird > trouble with funky object types. I'm not sure what you mean ... as far as I know no object can return true for "is None"? _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel