]> granicus.if.org Git - python/commitdiff
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Aug 2019 18:59:09 +0000 (11:59 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2019 18:59:09 +0000 (11:59 -0700)
(cherry picked from commit 0378d98678f3617fd44d9a6266e7c17ebce62755)

Co-authored-by: Steve Dower <steve.dower@python.org>
PC/layout/support/appxmanifest.py

index 4273b427e9035ffa4c7c78a9dfd24b17f9414879..de5813a2536aee3beadbe14aca241242b224cd08 100644 (file)
@@ -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),
             },