# | Line 391 | Line 391 | class DBinterface: | |
---|---|---|
391 | # FIXME temporary method to verify what kind of submission to perform towards the server | |
392 | def checkIfNeverSubmittedBefore(self): | |
393 | for j in self.getTask().jobs: | |
394 | < | if j.runningJob['submission'] > 1 or j.runningJob['status'] != 'C' or \ |
395 | < | j.runningJob['statusScheduler'] != 'Created': |
394 | > | if j.runningJob['submission'] > 1 or j.runningJob['state'] != 'Created': |
395 | return False | |
396 | return True | |
397 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |