[issue40158] MSBuild Extensions in CPython NuGet Package has Bad Expression

Steve Dower report at bugs.python.org
Thu Apr 2 14:16:31 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

The closing parentheses are needed - a PR would be appreciated for that.

The quotes around a variable reference are unnecessary. At a parser level, it just changes it from a variable reference to a string literal with substitutions (unlike most shells, which do a textual substitution before parsing).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40158>
_______________________________________


More information about the Python-bugs-list mailing list