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
…pythonGH-126526)

(cherry picked from commit f223efb)

Co-authored-by: sobolevn <mail@sobolevn.me>
  • Loading branch information
sobolevn authored and miss-islington committed Nov 12, 2024
1 parent e5e70c5 commit 34133dd
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 34133dd

Please sign in to comment.