On Mon, Aug 25, 2008 at 11:20:44PM -0700, Brock Pytlik wrote: > I probably can collapse one of the checks out, but I need the if > statement so that os.path.basename is never called on "/".
Why? Nothing ever delivers /, and given that path attributes are stored without the leading slash, checking to see if it's "/" doesn't help. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
