mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
change error to warning. Seems to work ok with recaser
This commit is contained in:
parent
e48f7d8488
commit
9615f4636c
@ -640,8 +640,10 @@ sub check_producability {
|
||||
print "checking $ds -> $ds_out\n" if $VERBOSE;
|
||||
$defined_step = $ds if $out eq $ds_out;
|
||||
}
|
||||
die("ERROR: cannot possibly produce output $out")
|
||||
print STDERR "WARNING: cannot possibly produce output $out"
|
||||
unless $defined_step;
|
||||
# die("ERROR: cannot possibly produce output $out")
|
||||
# unless $defined_step;
|
||||
|
||||
# producable, if cannot be ignored
|
||||
return 1 unless defined($STEP_IGNORE{$defined_step});
|
||||
|
Loading…
Reference in New Issue
Block a user