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 and picnixz committed Nov 19, 2024
1 parent 28fb3b0 commit 3b4a3a2
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 3b4a3a2

Please sign in to comment.