# | Line 395 | Line 395 | class DBinterface: | |
---|---|---|
395 | job.runningJob['state'] = str( rForJ.getAttribute('action') ) | |
396 | ||
397 | # Needed for unique naming of the output | |
398 | < | job.runningJob['submission'] = int(rForJ.getAttribute('submission')) |
398 | > | #job.runningJob['submission'] = int(rForJ.getAttribute('submission')) |
399 | ||
400 | common.bossSession.updateDB( task_new ) | |
401 | return |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |