Skip to content
Snippets Groups Projects
Commit bef8bd50 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix key in dict

parent 567e10a8
Branches
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ outputs: ...@@ -28,7 +28,7 @@ outputs:
type: string[] type: string[]
outputBinding: outputBinding:
glob: output.txt glob: output.txt
outputEval: $(JSON.parse(self[0].contents)['fixable']) outputEval: $(JSON.parse(self[0].contents)['fixable_issues'])
loadContents: true loadContents: true
- id: unfixable_issues - id: unfixable_issues
type: string[] type: string[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment