mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
minor change
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@2576 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
427d421cf9
commit
5ad52827e3
@ -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!";
|
||||
|
Loading…
Reference in New Issue
Block a user