On 08/29/11 18:34, Brock Pytlik wrote:
Patch:--- old/src/client.py Mon Aug 29 18:31:57 2011 +++ new/src/client.py Mon Aug 29 18:31:57 2011 @@ -1335,7 +1335,7 @@ raise except api_errors.ImageInsufficentSpace, e: error(str(e)) - return EXIT_OOPS + rval = EXIT_OOPS except Exception, e: error(_("An unexpected error happened during " "%s: %s") % (operation, e)) Bug: 18836 Out of space error could be improved The problem here was that because rval wasn't being set, the exception was being reraised from within the finally block.
LGTM, -Shawn _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
