audeering / audb

Manage audio and video databases
https://audeering.github.io/audb/
Other
23 stars 1 forks source link

Ensure audb.versions() is not failing #427

Closed hagenw closed 1 month ago

hagenw commented 1 month ago

Closes #426

Ensure, that our custom code to communicate with the Artifactory backend, behaves identical for missing databases as the code inside audbackend, which returns [] as version when an error is raised. Before, it could happen that an error different from artifactory.ArtifactoryException was raised, and the call to audb.versions() was failing instead of returning [].