We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a979494 commit e2974cfCopy full SHA for e2974cf
training/language-specific.sh
@@ -1130,7 +1130,7 @@ set_lang_specific_parameters() {
1130
TRAINING_DATA_ARGUMENTS=" --infrequent_ratio=100" ;;
1131
kur ) test -z "$FONTS" && FONTS=( "${KURDISH_FONTS[@]}" ) ;;
1132
1133
- *) err "Error: ${lang} is not a valid language code"
+ *) err_exit "Error: ${lang} is not a valid language code"
1134
esac
1135
if [[ ${FLAGS_mean_count} -gt 0 ]]; then
1136
TRAINING_DATA_ARGUMENTS+=" --mean_count=${FLAGS_mean_count}"
0 commit comments