From 220a6f54e84408b20de775ad6d6e6acd398c9170 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 25 Sep 2019 17:55:11 -0400 Subject: [PATCH] Update lsf.py --- src/toil/batchSystems/lsf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toil/batchSystems/lsf.py b/src/toil/batchSystems/lsf.py index 72be1b6447..9292b74a80 100644 --- a/src/toil/batchSystems/lsf.py +++ b/src/toil/batchSystems/lsf.py @@ -117,7 +117,7 @@ def getJobExitCode(self, lsfJobID): logger.error("bjobs detected job failed for job: " "{}".format(job)) return 1 - elif line.find("Started on ") > -1: + elif line.find("Started on ") > -1 or re.search('Started \d* Task', line): started = 1 if started == 1: