Skip to content

Commit

Permalink
Update for File/Directory on WorkflowStep 'default'
Browse files Browse the repository at this point in the history
  • Loading branch information
tetron authored and mr-c committed Sep 13, 2022
1 parent 25f4468 commit e295d7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions cwl_utils/parser/cwl_v1_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -11069,7 +11069,7 @@ def fromDoc(
try:
default = load_field(
_doc.get("default"),
union_of_None_type_or_Any_type,
union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type,
baseuri,
loadingOptions,
)
Expand Down Expand Up @@ -13448,12 +13448,6 @@ def save(
uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader(
union_of_None_type_or_strtype_or_array_of_strtype, False, False, 2
)
union_of_None_type_or_Any_type = _UnionLoader(
(
None_type,
Any_type,
)
)
array_of_WorkflowStepInputLoader = _ArrayLoader(WorkflowStepInputLoader)
idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader(
array_of_WorkflowStepInputLoader, "id", "source"
Expand Down
8 changes: 1 addition & 7 deletions cwl_utils/parser/cwl_v1_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -12982,7 +12982,7 @@ def fromDoc(
try:
default = load_field(
_doc.get("default"),
union_of_None_type_or_Any_type,
union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type,
baseuri,
loadingOptions,
)
Expand Down Expand Up @@ -15517,12 +15517,6 @@ def save(
uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader(
union_of_None_type_or_strtype_or_array_of_strtype, False, False, 2
)
union_of_None_type_or_Any_type = _UnionLoader(
(
None_type,
Any_type,
)
)
array_of_WorkflowStepInputLoader = _ArrayLoader(WorkflowStepInputLoader)
idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader(
array_of_WorkflowStepInputLoader, "id", "source"
Expand Down
8 changes: 1 addition & 7 deletions cwl_utils/parser/cwl_v1_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13191,7 +13191,7 @@ def fromDoc(
try:
default = load_field(
_doc.get("default"),
union_of_None_type_or_Any_type,
union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type,
baseuri,
loadingOptions,
)
Expand Down Expand Up @@ -16997,12 +16997,6 @@ def save(
uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader(
union_of_None_type_or_strtype_or_array_of_strtype, False, False, 2
)
union_of_None_type_or_Any_type = _UnionLoader(
(
None_type,
Any_type,
)
)
array_of_WorkflowStepInputLoader = _ArrayLoader(WorkflowStepInputLoader)
idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader(
array_of_WorkflowStepInputLoader, "id", "source"
Expand Down

0 comments on commit e295d7a

Please sign in to comment.