Skip to content

Commit b5d7d41

Browse files
wanteedanpovey
authored andcommitted
[scripts] small fix for utils/dict_dir_add_pronprobs.sh (#1912)
1 parent 69e3c49 commit b5d7d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

egs/wsj/s5/utils/dict_dir_add_pronprobs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ fi
5050

5151
if [ ! -s $pron_counts ]; then
5252
echo "$0: expected file $pron_counts to exist";
53+
exit 1;
5354
fi
5455

5556
mkdir -p $dir || exit 1;

0 commit comments

Comments
 (0)