On 01/23/10 03:31 AM, Tim Foster wrote:
On Fri, 2010-01-22 at 13:45 -0600, Shawn Walker wrote:
On 01/22/10 01:28 PM, Tim Foster wrote:
thinking that ssl_cert was being set to '""' - sorry.
Python considers "" to be False when evaluated, so that wouldn't matter
either :)
Yep, absolutely. It was the os.path.isabs() check I was worried about
though: that'd report False for a path of '""' so that's why I was
checking for len(..)> 0.
Ah. It should never have "" as a value; only None or an actual path of
some sort. So this should be fine.
Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss