# | Line 378 | Line 378 | class DBinterface: | |
---|---|---|
378 | ||
379 | ## unsing 'standardInput' field for 'ended' tag ['Y','N'] | |
380 | job['standardInput'] = str( rForJ.getAttribute('ended') ) | |
381 | + | |
382 | + | job.runningJob['state'] = str( rForJ.getAttribute('action') ) |
383 | ||
384 | #if str( rForJ.getAttribute('resubmit') ).isdigit(): | |
385 | # job['submissionNumber'] = int(rForJ.getAttribute('resubmit')) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |