Skip to content

Commit f223efb

Browse files
authored
gh-126525: Fix makeunicodedata.py output on macOS and Windows (#126526)
1 parent feb3e0b commit f223efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/unicode/makeunicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from textwrap import dedent
3636
from typing import Iterator, List, Optional, Set, Tuple
3737

38-
SCRIPT = sys.argv[0]
38+
SCRIPT = os.path.normpath(sys.argv[0])
3939
VERSION = "3.3"
4040

4141
# The Unicode Database

0 commit comments

Comments
 (0)