
25 Sep
2007
25 Sep
'07
6:25 a.m.
On Mon, 2007-09-24 at 23:16 -0700, Ted Gould wrote:
I thought I had fixed it. Let me look some more. Is this a platform specific thing? There were double quotes, and now they're singular, but I thought that Python would want '--myparam="variable that is long"' as it's parameter. Is that not correct?
No, definitely happens on Linux too. I guess the shell must have gotten rid of all those quotes before. Wow. I'll test and commit a fix.
--Ted