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
According to os.pathlike, there is a Pathlike.__fspath__() method. However, there are many places in the repository where this is ignored and str() is used instead.