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 7d5f8bf commit c4af950Copy full SHA for c4af950
cwltool/executors.py
@@ -82,8 +82,8 @@ def execute(
82
) -> Tuple[Union[Optional[CWLObjectType]], str]:
83
"""Execute the process."""
84
85
- self.final_output = [] # type: MutableSequence[Optional[CWLObjectType]]
86
- self.final_status = [] # type: List[str]
+ self.final_output = []
+ self.final_status = []
87
88
if not runtime_context.basedir:
89
raise WorkflowException("Must provide 'basedir' in runtimeContext")
0 commit comments