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
os.path.join is useful, but when the path has only a single path segment, there is nothing to join. It is not wrong to use join, but it makes little sense so we would need to add a comment or not use join.
os.path.joinis useful, but when the path has only a single path segment, there is nothing to join. It is not wrong to usejoin, but it makes little sense so we would need to add a comment or not usejoin.