Provide a ${this.__name__}
variable (like ${this.__env__}
but valid in all sections)
#4531
Open
1 task done
What kind of issue is this?
Configuration
PlatformIO Version (
platformio --version
): 6.1.6Description of problem
As stated in #4480 (comment), I am using
${this.__env__}
to get the environment name in a non-environment section that will later be extended by an environment. This is being rejected as invalid (but it works) so I need the suggested${this.__name__}
to insert the name of the section/environment when the value is being evaluated.Where
${this.__name__}
is expected to evaluate tob
when thetest_testing_command
is used (this works with${this.__env__}
on 6.1.5).The text was updated successfully, but these errors were encountered: