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
Benjamin Loire edited this page Mar 30, 2023
·
1 revision
An important caveat of pathlib in the folder creation is that when parents=True is specified, it will not create the parent folders according to the mode argument but the current umask. To avoid hazardous umask manipulation, this function creates the path in a top-down fashion. All folders are created using the specified mode.