We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bd828 commit d3a52e9Copy full SHA for d3a52e9
wes_service/toil_wes.py
@@ -240,7 +240,7 @@ def getstate(self):
240
return "EXECUTOR_ERROR", 255
241
242
# the workflow is staged but has not run yet
243
- if not os.path.exists(self.stderr):
+ if not os.path.exists(self.errfile):
244
logging.info('Workflow ' + self.run_id + ': INITIALIZING')
245
return "INITIALIZING", -1
246
0 commit comments