defect 4153: resolve the merge conflict which introduced by commit 899cb5028d
This commit is contained in:
parent
d5e6982054
commit
4f3bf457a6
@ -725,14 +725,8 @@ sub process_request {
|
||||
if ($errored) {
|
||||
my $rsp;
|
||||
$rsp->{errorcode}->[0]=1;
|
||||
<<<<<<< HEAD
|
||||
$rsp->{error}->[0]="Failed in running end prescripts\n";
|
||||
$::YABOOT_callback->($rsp);
|
||||
return;
|
||||
=======
|
||||
$rsp->{error}->[0]="Failed in running end prescripts. Processing will still continue.\n";
|
||||
$callback->($rsp);
|
||||
>>>>>>> 78b8d21... defect 4147 - allow nodeset to continue if prescript errors
|
||||
$::YABOOT_callback->($rsp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user