Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 10, 2024
1 parent 89fdea2 commit 2db7072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audb/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def versions(
if path.exists():
for p in path:
version = p.parts[-1]
header = p.joinpath(version).joinpath(f'db-{version}.yaml')
header = p.joinpath(f'db-{version}.yaml')
if header.exists():
vs.extend([version])
else:
Expand Down

0 comments on commit 2db7072

Please sign in to comment.