defect 4153: resolve the merge conflict which introduced by commit 899cb5028d
				
					
				
			This commit is contained in:
		@@ -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);
 | 
			
		||||
      }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user