> > + if not os.path.isfile(attribute): > > Do we care about symlinks? Yes, likely. Added "or not os.path.islink(attribute)". > > + log.warning("%s is not a valid attribute" % (attribute,)) > > The above string format tuple should contain attr, not attribute. Done. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list