Skip to content

Commit

Permalink
err -> err_exit
Browse files Browse the repository at this point in the history
  • Loading branch information
solomennikm committed Jan 20, 2017
1 parent a979494 commit e2974cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/language-specific.sh
Expand Up @@ -1130,7 +1130,7 @@ set_lang_specific_parameters() {
TRAINING_DATA_ARGUMENTS=" --infrequent_ratio=100" ;;
kur ) test -z "$FONTS" && FONTS=( "${KURDISH_FONTS[@]}" ) ;;

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

0 comments on commit e2974cf

Please sign in to comment.