Open suecharo opened 4 years ago
Yes, that is a mistake, thank you for bringing it up. Could you make a pull request to fix it?
@tetron Thanks for the response, Mr.Peter. I will try to make a PR to fix it. As a test, I can use these two below as a reference, right?
@suecharo Yes, and the CWL conformance tests will automatically run when you open the PR. Thanks!
I often import cwltool as a python package and run it as a python script.
Here's an example:
In this usage, when I run
--make-template wf_file_path
, I noticed that its result was dumped tosys.stdout
.I think this part of the code is causing the problem. (It may not even be a problem because it's not supposed usage...)
https://github.com/common-workflow-language/cwltool/blob/84939620c3eec1ab11369849c63237ebfa48da41/cwltool/main.py#L730