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 9a89e96 commit 99ddc8cCopy full SHA for 99ddc8c
1 file changed
Modules/main.c
@@ -539,7 +539,7 @@ Py_Main(int argc, wchar_t **argv)
539
540
if (sts==-1 && filename!=NULL) {
541
if ((fp = _wfopen(filename, L"r")) == NULL) {
542
- fprintf(stderr, "%s: can't open file '%ls': [Errno %d] %s\n",
+ fprintf(stderr, "%ls: can't open file '%ls': [Errno %d] %s\n",
543
argv[0], filename, errno, strerror(errno));
544
545
return 2;
0 commit comments