replace unicode nonbreaking space with ascii space (#794)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user