# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |