You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variables defined in environment= in [program:x] section cannot be reused in %(ENV_X)s expansions
For example the following gives an expansion error for %(ENV_A):
[program:x]
command=/usr/bin/example --loglevel=%(ENV_LOGLEVEL)s
environment=A="1",B="%(ENV_A)s"