From f7fec4a6e7eada65d20bb7dd15d6a60d5014f8b0 Mon Sep 17 00:00:00 2001 From: Bailey Machiko Hirota <53164945+baileyeet@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:18:12 +0900 Subject: [PATCH] Update egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py Co-authored-by: Yubo <54519381+yuta0306@users.noreply.github.com> --- egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py b/egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py index fffeba086..29072e2de 100644 --- a/egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py +++ b/egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py @@ -73,10 +73,10 @@ if __name__ == "__main__": try: musan_cuts = load_manifest(musan_manifest_path) updated_musan_cuts = update_paths( - musan_cuts, - "musan", - old_feature_prefix="data/fbank" - ) + musan_cuts, + "musan", + old_feature_prefix="data/fbank" + ) # Make sure we're overwriting the correct path even if it's a symlink if musan_manifest_path.is_symlink() or musan_manifest_path.exists(): logger.info(f"Overwriting existing musan manifest at: {musan_manifest_path}")