No need for newline on recheck.

This commit is contained in:
2019-08-12 19:50:14 +02:00
parent 5a26b613f7
commit be02db85ff

2
pcurse
View File

@ -70,7 +70,7 @@ while(scalar(keys %jobs)) {
if(exists($jobs{$jobid}->{'retried'})) {
say 'Error during check: '.$jres[1];
} else {
print '|'."\n";
print '|';
$jobs{$jobid}{'job'}->{'retried'} = 1;
my $workid = $pool->job('check', $jobs{$jobid}{'job'});
$jobs{$workid}{'todo'} = 'check';