mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 13:34:20 +00:00
minor fix
This commit is contained in:
parent
10ea04ae80
commit
f8541b3ab1
@ -150,7 +150,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
|
||||
mkdir -p codebook_dir
|
||||
codebook_download_dir=$exp_dir/download_codebook
|
||||
if [ -d $codebook_download_dir ]; then
|
||||
log "$download_codebook exists, you should remove it first."
|
||||
log "$codebook_download_dir exists, you should remove it first."
|
||||
exit 1
|
||||
fi
|
||||
log "Downloading extracted codebook indexes to $codebook_download_dir"
|
||||
|
Loading…
x
Reference in New Issue
Block a user