Skip to content
Snippets Groups Projects
Commit 732a9aa1 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

update YamlToJson to work

parent 6c40607e
No related branches found
No related tags found
1 merge request!77Add yamltojson task.
......@@ -153,7 +153,7 @@ task YamlToJson {
content = yaml.load(input_yaml)
with open("~{outputJson}", "w") as output_json:
json.dump(content, output_json)
CODE>>>
CODE
}
output {
File json = outputJson
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment