minor change

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@2576 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
nicolabertoldi 2009-10-09 07:47:14 +00:00
parent 427d421cf9
commit 5ad52827e3

View File

@ -552,8 +552,8 @@ if ($continue) {
}
}
}
if (! -e "run$step.weights.txt"){
die "Can't start from step $step, because run$step.weights.txt was not found!";
if (! -e "run$step.$weights_out_file"){
die "Can't start from step $step, because run$step.$weights_out_file was not found!";
}
if (! -e "run$step.$mert_logfile"){
die "Can't start from step $step, because run$step.$mert_logfile was not found!";