Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion egs/wsj/s5/utils/parallel/retry.pl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ sub get_log_file {
# Later on we might want to figure out which array jobs failed
# and have to be rerun, but for now we just die.
print STDERR "$0: job failed and log file $log_file does not exist (array job?).\n";
exit($return_status)
} else {
rename($log_file, $log_file . ".bak");
print STDERR "$0: job failed; renaming log file to ${log_file}.bak and rerunning\n";
Expand Down