Skip to content

Commit cb3125e

Browse files
author
Kaushik Ghose
committed
Remove redundant writable
1 parent 15b64b7 commit cb3125e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/stage_file_array.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ requirements:
2121
listing:
2222
- entryname: input_dir
2323
entry: "${ return {class: 'Directory', listing: inputs.input_list} }"
24-
writable: true

tests/stage_file_array_basename.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ requirements:
2020
- class: InitialWorkDirRequirement
2121
listing:
2222
- entry: "${ return {class: 'Directory', basename: 'input_dir', listing: inputs.input_list} }"
23-
writable: true

tests/stage_file_array_basename_and_entryname.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ requirements:
2121
listing:
2222
- entryname: input_dir
2323
entry: "${ return {class: 'Directory', basename: 'not_input_dir', listing: inputs.input_list} }"
24-
writable: true

0 commit comments

Comments
 (0)