Skip to content

Commit

Permalink
Catch backend errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Nov 16, 2023
1 parent bb2a8f0 commit 83d2570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audb/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _lookup(
backend = access_backend(repository)
header = backend.join('/', name, 'db.yaml')

if backend.exists(header, version):
if backend.exists(header, version, suppress_backend_errors=True):
return repository, backend

raise RuntimeError(
Expand Down

0 comments on commit 83d2570

Please sign in to comment.