+1 file that should have been with the last checkin.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5069 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-01-25 05:31:17 +00:00
parent 9923e05e0a
commit b3c9b9bfbe
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class QGraph extends Logging {
readyJobs.foreach(f => {
f.runner = newRunner(f.function)
f.runner.start()
f.start()
f.status match {
case RunnerStatus.RUNNING => runningJobs += f
case RunnerStatus.FAILED => failedJobs :+= f