On 01/22/10 11:05 AM, Tim Foster wrote:
Hi all,

On Wed, 2010-01-20 at 14:39 -0800, Brock Pytlik wrote:
Shawn Walker wrote:
I'd rather see us turn the relative path into an absolute path using
os.path.normpath() and the working directory that was active at
startup before the Image() or ImageInterface() object is constructed.

I'm fine with that if Tim feels like making that change.

I've just updated the webrev for this wad with the above change:

http://cr.opensolaris.org/~timf/11554,13987-pkg-arg-checks/index.html

line 2368, 2370: instead of "if <var> and len(<var>) > 0" just use "if <var> is not None" as everything else around it does

line 3205: s/os.getcwd()/orig_cwd/ ?

I'll assume you've tested this locally (I know it's nearly impossible to test SSL stuff in the test suite at the moment).

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

Reply via email to