gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (#126526)

This commit is contained in:
sobolevn 2024-11-12 13:23:57 +03:00 committed by GitHub
parent feb3e0b19c
commit f223efb2a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ from functools import partial
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