Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.33k stars 1.23k forks source link

Bugfix: Updated expansions before calling expand() function for envir… #1643

Closed Tanvi840 closed 2 months ago

Tanvi840 commented 2 months ago

…onment variables

Bugfix: Variables defined in environment= in [program:x] section cannot be used in %(ENV_X)s expansions since expansions are updated after calling the expand function.

Tanvi840 commented 2 months ago

Incorrect fix