Bill Nottingham (notting@xxxxxxxxxx) said: > This helps when debugging misbehaving installclasses. This would be for all in-development branches. Bill > --- > yuminstall.py | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/yuminstall.py b/yuminstall.py > index 2fa3538..858fe0a 100644 > --- a/yuminstall.py > +++ b/yuminstall.py > @@ -1846,6 +1846,7 @@ debuglevel=10 > for gid in grps: > g = self.ayum.comps.return_group(gid) > if not g: > + log.debug("no such group %s" % (gid,)) > return False > return True > > -- > 1.7.0.1 > > _______________________________________________ > 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