Skip to content

Commit d3a52e9

Browse files
committed
Typo.
1 parent 23bd828 commit d3a52e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_service/toil_wes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def getstate(self):
240240
return "EXECUTOR_ERROR", 255
241241

242242
# the workflow is staged but has not run yet
243-
if not os.path.exists(self.stderr):
243+
if not os.path.exists(self.errfile):
244244
logging.info('Workflow ' + self.run_id + ': INITIALIZING')
245245
return "INITIALIZING", -1
246246

0 commit comments

Comments
 (0)