Skip to content

Inconsistent type attribute in CommandInputParameter #271

Description

@camilovelezr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions