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
Use cross-platform paths
The original version used unix paths for source and destination
directories and files. Now os.path.join and os.path.pardir are used so
that it will work properly on Windows.