parallel: Bug for --retries on two hosts.

This commit is contained in:
Ole Tange 2014-12-26 11:14:27 +01:00
parent 7fba9278f8
commit 1be2fea92f

View file

@ -4273,6 +4273,7 @@ sub compute_number_of_processes {
# Cleanup: Unget the command_lines or the @args
$Global::JobQueue->{'commandlinequeue'}->{'arg_queue'}->unget(@args);
$Global::JobQueue->unget(@jobs);
@jobs = undef;
}
sub processes_available_by_system_limit {