Skip to content

Commit

Permalink
pythongh-126525: Fix makeunicodedata.py output on macOS and Windows (
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Nov 12, 2024
1 parent feb3e0b commit f223efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/unicode/makeunicodedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f223efb

Please sign in to comment.