ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SubmitterServer.py
(Generate patch)

Comparing COMP/CRAB/python/SubmitterServer.py (file contents):
Revision 1.76 by slacapra, Wed May 27 12:30:27 2009 UTC vs.
Revision 1.77 by spiga, Thu May 28 15:16:40 2009 UTC

# Line 245 | Line 245 | class SubmitterServer( Submitter ):
245          if subOutcome != 0:
246              msg = "ClientServer ERROR: %d raised during the communication.\n"%subOutcome
247              self.stateChange( self.submitRange, "Created" )
248 <            raise CrabException(msg)
249 < #        elif firstSubmission is True:
250 < #            self.markSubmitting()
248 >            common.logger.debug(msg)
249 >            raise CrabException('ERROR Jobs NOT submitted.')
250  
251          del csCommunicator
252  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines