Dave Peticolas wrote:
> I'm not sure if this was the problem, but I'm pretty sure the
> last supervisor upgrade either broke or dropped support for the
> environment syntax that doesn't use quotes around the env values.
>
> I had to change lines like this:
>
> environment=KEY=val,...
>
> to this:
>
> environment=KEY='val',...
Would you be able to provide us with a complete environment= line that fails
like you describe?
I see that we have a good number of unit tests for unquoted, apostrophes, and
quotes. They are all passing so I'm not sure why this would be the case.
Here's how to try it in interactive mode:
>>> from supervisor.datatypes import dict_of_key_value_pairs
>>> dict_of_key_value_pairs('foo=bar,baz=qux')
{'foo': 'bar', 'baz': 'qux'}
Thanks,
Mike
--
Mike Naberezny
Maintainable Software
http://maintainable.com
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users