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: