> > - if self.conf.group_command == 'objects' and ninstalled: > > - # Show new pkgs. that are installed via. a group. > > Did you mean to remove this check? > I purposely did that as without object groups it seemed a bit weird to > say that the packages were installed because of X but then we'd forget > about it later. I guess people might still find it useful though.
Uh, sorry.. should have added more comments to the commit. Since this runs as a method of StdioEmitter, self.tsInfo and self.conf access triggers an error. Making the code unconditional is easier and maybe better than passing the conf object or a flag from the caller. _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel