Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent type attribute in CommandInputParameter #271

Open
camilovelezr opened this issue Dec 19, 2023 · 0 comments
Open

Inconsistent type attribute in CommandInputParameter #271

camilovelezr opened this issue Dec 19, 2023 · 0 comments

Comments

@camilovelezr
Copy link

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

  • In versions <0.31:
    CommandInputParameter.type_
  • In version == 0.31:
    CommandInputParameter.type
  • In version == 0.32:
    CommandInputParameter.type_

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

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant