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 iterpath() is passed a bytes value for dirpath, convert it to str immediately and only work with str variants of os.DirEntry internally and when passing DirEntrys to filter & sort functions.
If
iterpath()is passed abytesvalue fordirpath, convert it tostrimmediately and only work withstrvariants ofos.DirEntryinternally and when passingDirEntrys to filter & sort functions.