mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue