Fix for an Issue #886

This commit is contained in:
Miroslav Stampar 2014-10-31 18:58:30 +01:00
parent 65c3dfd651
commit ab269f315f

View File

@ -41,7 +41,7 @@ def cmdLineParser():
checkSystemEncoding()
_ = os.path.normpath(sys.argv[0])
_ = getUnicode(os.path.normpath(sys.argv[0]), system=True)
usage = "%s%s [options]" % ("python " if not IS_WIN else "", \
"\"%s\"" % _ if " " in _ else _)