* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2008-04-01 22:37]: > > 980 - 987. I think that if we had zero matches in pnames, then we > > would want to check the non-preferred matches, but not if we had > > one match. > > Do you mean? > > elif len(npnames.keys()) > 1 and len(pnames.keys()) < 1: > <print error> > > If so, then yeah, I agree this makes more sense than the existing > approach. Yes (although I would reverse the tests).
> > manifest.py: > > > > 103. Shouldn't this be "set name=fmri value=%s\n"? > > Good question. I was getting a traceback with the code in it's previous > state; however, when I put in the proper spacing, everything worked. > The actions/attribute.py module can handle either format, but if you'd > like these to be consistent, I'll change it. D? - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
