bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
(cherry picked from commit 0378d98678
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
dc6653fd06
commit
84d31bbf1f
|
@ -156,7 +156,7 @@ REGISTRY = {
|
|||
"SysVersion": VER_DOT,
|
||||
"Version": "{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MICRO),
|
||||
"InstallPath": {
|
||||
"": "[{{AppVPackageRoot}}]",
|
||||
"": "[{AppVPackageRoot}]",
|
||||
"ExecutablePath": "[{{AppVPackageRoot}}]\\python{}.exe".format(VER_DOT),
|
||||
"WindowedExecutablePath": "[{{AppVPackageRoot}}]\\pythonw{}.exe".format(VER_DOT),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue