Skip to content

Commit

Permalink
[3.13] gh-126525: Fix makeunicodedata.py output on macOS and Windows (
Browse files Browse the repository at this point in the history
GH-126526) (#126725)

gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (GH-126526)
(cherry picked from commit f223efb)

Co-authored-by: sobolevn <[email protected]>
  • Loading branch information
miss-islington and sobolevn authored Nov 12, 2024
1 parent e5e70c5 commit 6cefffc
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 6cefffc

Please sign in to comment.