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
Do not use os.path.join for variable paths. (#21680)
Variable paths do not represent a filesystem path and should not be OS dependent, they should always use "/" as a separator.
This reverts #21343 just for variables.
0 commit comments