replace unicode nonbreaking space with ascii space (#794)

This commit is contained in:
nick n
2021-06-23 23:00:33 +02:00
committed by GitHub
parent ec1c0b5f39
commit 83a946d36e
49 changed files with 171 additions and 171 deletions

View File

@@ -118,7 +118,7 @@ sub finalise_status {
my $job = shift;
# use DDP; p $job->_statuslist;
# fallback
# fallback
$job->status('error');
$job->log('failed to report from any worker!');
@@ -134,7 +134,7 @@ sub finalise_status {
next if $status->phase
and $status->phase !~ m/^(?:check|early|main|store|late)$/;
# done() from check phase should not be the action's done()
# done() from check phase should not be the action's done()
next if $status->phase eq 'check' and $status->is_ok;
if ($status->level >= $max_level) {