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
If a database has several attachments (in this case all attached as folders, haven't checked the case of single files yet), and is loaded with audb.load_to('build/', ...) it might happen that not all attachments are loaded.
If a database has several attachments (in this case all attached as folders, haven't checked the case of single files yet), and is loaded with
audb.load_to('build/', ...)
it might happen that not all attachments are loaded.Assume the following entry in the
db.yaml
header:The expected directory tree of the attachments after loading them would be:
Instead what we get is
So it is only loading two of the four attachments.
The text was updated successfully, but these errors were encountered: