From 154ef432063c0fc3d62d88e59c5f7ca43b7da247 Mon Sep 17 00:00:00 2001 From: Bailey Machiko Hirota <53164945+baileyeet@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:18:34 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 29072e2de..7cd5727cf 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 @@ -19,7 +19,7 @@ def update_paths(cuts: CutSet, dataset_name: str, old_feature_prefix: str) -> Cu old_feature_prefix: The prefix that the original feature paths were relative to. This typically corresponds to the root of the manifests dir in the original recipe. -""" + """ updated_cuts = [] for cut in cuts: if cut.features is not None: