code check (#450)

This commit is contained in:
Mingshuang Luo 2022-06-28 17:32:20 +08:00 committed by GitHub
parent 2cb1618c95
commit bfa8264697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
# ln -sfv /path/to/WenetSpeech $dl_dir/WenetSpeech # ln -sfv /path/to/WenetSpeech $dl_dir/WenetSpeech
# #
if [ ! -d $dl_dir/WenetSpeech/wenet_speech ] && [ ! -f $dl_dir/WenetSpeech/metadata/v1.list ]; then if [ ! -d $dl_dir/WenetSpeech/wenet_speech ] && [ ! -f $dl_dir/WenetSpeech/metadata/v1.list ]; then
log "Stage 0: should download WenetSpeech first" log "Stage 0: You should download WenetSpeech first"
exit 1; exit 1;
fi fi