Skip to content

Commit

Permalink
Merge pull request #665 from Tomiinek/patch-1
Browse files Browse the repository at this point in the history
Update rirs noises path
  • Loading branch information
pzelasko authored Apr 12, 2022
2 parents 8968fbe + cc4f6a6 commit b05e344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lhotse/recipes/rir_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def download_rir_noise(
else:
urlretrieve_progress(url, zip_path, desc=f"Downloading {zip_name}")
logging.info(f"Downloaded {zip_name}.")
zip_dir = target_dir / "rirs_noises"
zip_dir = target_dir / "RIRS_NOISES"
if not zip_dir.exists():
logging.info(f"Unzipping {zip_name}.")
with zipfile.ZipFile(zip_path) as zf:
Expand Down

0 comments on commit b05e344

Please sign in to comment.