On Mon, Aug 02, 2010 at 02:24:11PM -0700, Danek Duvall wrote:
>     http://cr.opensolaris.org/~dduvall/pkg-primordial/

In general this looks good.  I just had a question about the exception
handling logic in the action install() code:

        if e.errno != errno.ENOENT or retry:
                raise

What bit of code catches EnvrionmentErrors that are ENOENT on retry?  I
wasn't able to find that bit of code in the code review.  I'm assuming
this is already handled elsewhere by an existing exception handler?

-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to