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

Prettify dump

Former-commit-id: 8ffd9730
Former-commit-id: 9add1ad9
parent 33f6feec
No related branches found
No related tags found
No related merge requests found
...@@ -39,4 +39,4 @@ requirements: ...@@ -39,4 +39,4 @@ requirements:
rendered_leafs.append(rendered_leaf) rendered_leafs.append(rendered_leaf)
with open('workflow_input.json', 'w') as fp: with open('workflow_input.json', 'w') as fp:
json.dump({'msin': rendered_leafs}, fp) json.dump({'msin': rendered_leafs}, fp, indent=4)
\ No newline at end of file \ No newline at end of file
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