Skip to content

Commit 84d31bb

Browse files
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
(cherry picked from commit 0378d98) Co-authored-by: Steve Dower <[email protected]>
1 parent dc6653f commit 84d31bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/layout/support/appxmanifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"SysVersion": VER_DOT,
157157
"Version": "{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MICRO),
158158
"InstallPath": {
159-
"": "[{{AppVPackageRoot}}]",
159+
"": "[{AppVPackageRoot}]",
160160
"ExecutablePath": "[{{AppVPackageRoot}}]\\python{}.exe".format(VER_DOT),
161161
"WindowedExecutablePath": "[{{AppVPackageRoot}}]\\pythonw{}.exe".format(VER_DOT),
162162
},

0 commit comments

Comments
 (0)