From 122ec16f4c0ad05b37708d52a3f67fb51dbfba74 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 7 Nov 2024 09:35:42 +0300 Subject: [PATCH] gh-126525: Fix `makeunicodedata.py` output on macos --- Tools/unicode/makeunicodedata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index c94de7f9377b74..889ae8fc869b8a 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -35,7 +35,7 @@ from textwrap import dedent from typing import Iterator, List, Optional, Set, Tuple -SCRIPT = sys.argv[0] +SCRIPT = os.path.normpath(sys.argv[0]) VERSION = "3.3" # The Unicode Database