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
Using create_directory(path) fails if parent directories of the path don't exist already. Instead should be used create_directories which handles full directory path.
Description
Using
create_directory(path)fails if parent directories of the path don't exist already. Instead should be usedcreate_directorieswhich handles full directory path.