You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(string.IsNullOrWhiteSpace(name))throwPythonOps.OSError(2,"No such file or directory",filename:name);
507
+
if(string.IsNullOrWhiteSpace(name))throwPythonOps.OSError(PythonFileManager.ENOENT,"No such file or directory",filename:name);
508
508
try{
509
509
returnpal.OpenFileStream(name,fileMode,fileAccess,fileShare,1);// Use a 1 byte buffer size to disable buffering (if the FileStream implementation supports it).
0 commit comments