Kaydet (Commit) 07e4f156 authored tarafından Victor Stinner's avatar Victor Stinner

sys_update_path(): update sys.path even if argc==0

üst d960faec
......@@ -1748,8 +1748,6 @@ sys_update_path(int argc, wchar_t **argv)
if (path == NULL)
return;
if (argc == 0)
return;
argv0 = argv[0];
#ifdef HAVE_READLINK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment