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
For the implementtion of audbackend.Artifactory.ls() we switched to use glob('*/**') in the dev branch, which is very slow. In main we avoided using glob() in ls(), which we should also do in dev.