Skip to content

Commit

Permalink
Missing 'subset' parameter (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dona committed May 9, 2024
1 parent 4f014b1 commit ddde5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lhotse/bin/modes/recipes/voxpopuli.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ def voxpopuli(
)
def voxpopuli(target_dir: Pathlike, subset: str):
"""voxpopuli download."""
download_voxpopuli(target_dir)
download_voxpopuli(target_dir, subset)

0 comments on commit ddde5bd

Please sign in to comment.