mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
parallel: Bug for --retries on two hosts.
This commit is contained in:
parent
7fba9278f8
commit
1be2fea92f
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue