Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/stable

This commit is contained in:
Ryan Poplin 2011-08-07 17:36:45 -04:00
commit 738e94efcb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ShellJobRunner(val function: CommandLineFunction) extends CommandLineJobRu
updateStatus(RunnerStatus.RUNNING)
job.run()
updateStatus(RunnerStatus.FAILED)
updateStatus(RunnerStatus.DONE)
}
override def checkUnknownStatus() {}