defect 4153: resolve the merge conflict which introduced by commit 899cb5028d

This commit is contained in:
daniceexi 2014-06-04 08:44:40 -04:00
parent e40f69e508
commit 1b9e2b16cf

View File

@ -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);
}
}
}