Skip to content

Commit

Permalink
fixed error of not donwloading metadata and audio tar
Browse files Browse the repository at this point in the history
  • Loading branch information
cwuu authored Jul 27, 2022
1 parent 060d04c commit 31c5766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def download_tar(
continue

included_file = False
if file_name in misc:
if file_name in misc or "metadata" in file_name or "audio" in file_name:
included_file = True
else:
for exp in expression:
Expand Down

0 comments on commit 31c5766

Please sign in to comment.