There was an error while loading. Please reload this page.
1 parent 69e3c49 commit b5d7d41Copy full SHA for b5d7d41
egs/wsj/s5/utils/dict_dir_add_pronprobs.sh
@@ -50,6 +50,7 @@ fi
50
51
if [ ! -s $pron_counts ]; then
52
echo "$0: expected file $pron_counts to exist";
53
+ exit 1;
54
fi
55
56
mkdir -p $dir || exit 1;
0 commit comments