Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables defined in environment= in [program:x] section cannot be reused in %(ENV_X)s expansions in the same section #1642

Open
Tanvi840 opened this issue Apr 30, 2024 · 0 comments

Comments

@Tanvi840
Copy link

Tanvi840 commented Apr 30, 2024

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"

@Tanvi840 Tanvi840 changed the title Variables defined in environment= in [program:x] section cannot be used in %(ENV_X)s expansions Variables defined in environment= in [program:x] section cannot be reused in %(ENV_X)s expansions in the same section Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants