Skip to content

Commit ea18e27

Browse files
committed
Merge branch 'feature-js-console-output' of https://github.com/wtsi-hgi/cwltool into feature-js-console-output
2 parents b49cd22 + 28a1320 commit ea18e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def receive_output(self, step, outputparms, final_output_callback, jobout, proce
323323
self.do_output_callback(final_output_callback)
324324

325325
def try_make_job(self, step, final_output_callback, debug=False, js_console=False, **kwargs):
326-
# type: (WorkflowJobStep, Callable[[Any, Any], Any], **Any) -> Generator
326+
# type: (WorkflowJobStep, Callable[[Any, Any], Any], bool, bool, **Any) -> Generator
327327
inputparms = step.tool["inputs"]
328328
outputparms = step.tool["outputs"]
329329

0 commit comments

Comments
 (0)