bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
This commit is contained in:
parent
87ce9588ce
commit
0378d98678
|
@ -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