We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
makeunicodedata.py
1 parent 41873c8 commit bc31c73Copy full SHA for bc31c73
Tools/unicode/makeunicodedata.py
@@ -35,7 +35,7 @@
35
from textwrap import dedent
36
from typing import Iterator, List, Optional, Set, Tuple
37
38
-SCRIPT = sys.argv[0]
+SCRIPT = os.path.normpath(sys.argv[0])
39
VERSION = "3.3"
40
41
# The Unicode Database
0 commit comments