mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-26 07:57:58 +00:00
parallel: Bug for --retries on two hosts.
This commit is contained in:
parent
d90bda61df
commit
09343427ec
|
@ -4273,6 +4273,7 @@ sub compute_number_of_processes {
|
||||||
# Cleanup: Unget the command_lines or the @args
|
# Cleanup: Unget the command_lines or the @args
|
||||||
$Global::JobQueue->{'commandlinequeue'}->{'arg_queue'}->unget(@args);
|
$Global::JobQueue->{'commandlinequeue'}->{'arg_queue'}->unget(@args);
|
||||||
$Global::JobQueue->unget(@jobs);
|
$Global::JobQueue->unget(@jobs);
|
||||||
|
@jobs = undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub processes_available_by_system_limit {
|
sub processes_available_by_system_limit {
|
||||||
|
|
Loading…
Reference in a new issue