# | Line 394 | Line 394 | class DBinterface: | |
---|---|---|
394 | ||
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')) |
397 | > | # Needed for unique naming of the output. |
398 | > | # GIVES PROBLEMS. FIX in >=2_7_2 |
399 | > | #job.runningJob['submission'] = int(rForJ.getAttribute('submission')) |
400 | ||
401 | common.bossSession.updateDB( task_new ) | |
402 | return |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |