common-workflow-language / cwl-utils

Python utilities for CWL
https://cwl-utils.readthedocs.io/
Apache License 2.0
36 stars 18 forks source link

Inconsistent `type` attribute in `CommandInputParameter` #271

Open camilovelezr opened 9 months ago

camilovelezr commented 9 months ago

The argument called "type" of class CommandInputParameter in cwl_utils/parser/cwl_v1_*.py:

Could we agree on which one of [type, type_] will be used?

Thank you.