Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c3dfd commit ab269f3Copy full SHA for ab269f3
1 file changed
lib/parse/cmdline.py
@@ -41,7 +41,7 @@ def cmdLineParser():
41
42
checkSystemEncoding()
43
44
- _ = os.path.normpath(sys.argv[0])
+ _ = getUnicode(os.path.normpath(sys.argv[0]), system=True)
45
46
usage = "%s%s [options]" % ("python " if not IS_WIN else "", \
47
"\"%s\"" % _ if " " in _ else _)
0 commit comments