]> granicus.if.org Git - python/commitdiff
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
authorSteve Dower <steve.dower@python.org>
Wed, 7 Aug 2019 18:39:09 +0000 (11:39 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2019 18:39:09 +0000 (11:39 -0700)
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),
             },