mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
leave in runPath for debugging
This commit is contained in:
parent
4cb8a1837e
commit
93ad52d2f9
@ -19,7 +19,7 @@ GetOptions("continue=i" => \$continue,
|
||||
|
||||
# create temp run file
|
||||
my $runPath = "/tmp/run.$$";
|
||||
#print STDERR "runPath=$runPath\n";
|
||||
print STDERR "runPath=$runPath\n";
|
||||
|
||||
open (my $runFile, ">", $runPath);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user