Skip to content

Commit

Permalink
pythongh-126525: Fix makeunicodedata.py output on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 7, 2024
1 parent 2a6b6b3 commit 122ec16
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 122ec16

Please sign in to comment.