Commit 0378d986 authored by Steve Dower's avatar Steve Dower Committed by GitHub

bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)

parent 87ce9588
...@@ -156,7 +156,7 @@ REGISTRY = { ...@@ -156,7 +156,7 @@ REGISTRY = {
"SysVersion": VER_DOT, "SysVersion": VER_DOT,
"Version": "{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MICRO), "Version": "{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MICRO),
"InstallPath": { "InstallPath": {
"": "[{{AppVPackageRoot}}]", "": "[{AppVPackageRoot}]",
"ExecutablePath": "[{{AppVPackageRoot}}]\\python{}.exe".format(VER_DOT), "ExecutablePath": "[{{AppVPackageRoot}}]\\python{}.exe".format(VER_DOT),
"WindowedExecutablePath": "[{{AppVPackageRoot}}]\\pythonw{}.exe".format(VER_DOT), "WindowedExecutablePath": "[{{AppVPackageRoot}}]\\pythonw{}.exe".format(VER_DOT),
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment