mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
remove temp directory
This commit is contained in:
parent
5e5ad96729
commit
989df9deb1
@ -103,7 +103,7 @@ for (my $lineNum = 0; $lineNum < $numLines; ++$lineNum) {
|
||||
print STDERR "Executing: $cmd\n";
|
||||
`$cmd`;
|
||||
|
||||
#`rm -rf $tmpDir`;
|
||||
`rm -rf $tmpDir`;
|
||||
}
|
||||
|
||||
close(SOURCE);
|
||||
|
Loading…
Reference in New Issue
Block a user