Skip to content

Commit e2974cf

Browse files
committed
err -> err_exit
1 parent a979494 commit e2974cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/language-specific.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ set_lang_specific_parameters() {
11301130
TRAINING_DATA_ARGUMENTS=" --infrequent_ratio=100" ;;
11311131
kur ) test -z "$FONTS" && FONTS=( "${KURDISH_FONTS[@]}" ) ;;
11321132

1133-
*) err "Error: ${lang} is not a valid language code"
1133+
*) err_exit "Error: ${lang} is not a valid language code"
11341134
esac
11351135
if [[ ${FLAGS_mean_count} -gt 0 ]]; then
11361136
TRAINING_DATA_ARGUMENTS+=" --mean_count=${FLAGS_mean_count}"

0 commit comments

Comments
 (0)