Hello, I think there might be a bug in the latest supervisor in parsing the
environment
settings in config files.

Specifically, parsing settings of the form:

environment=KEY1=value1,KEY2=value2

is broken unless you use quotes. I think the problem is that the
regular expression DICT_OF_KVP_REGEXP in supervisor.datatypes
is missing a '?' after the second <quote> block. I think it could just be
changed to be a non-capturing block since the 'quote' variable is never
used in the dict_of_key_value_pairs function (which would need to
be changed in that case).

thanks,
dave
_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to