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
[BUGFIX] Split target and existing dirs to avoid user permissions error
Currently the root dir was always specified as target dir to create the new dirs into. When using filemounts the user does
not always have access to the root dir. Specifying the target dir more precise the target dir can be into a filemount and the user will have access to that dir. In this case no exception will be thrown.
0 commit comments