minor fix

This commit is contained in:
yaozengwei 2022-06-16 22:21:58 +08:00
parent 10ea04ae80
commit f8541b3ab1

View File

@ -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"