Skip to content
Snippets Groups Projects
Commit 495f565a authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed typo in workflow writer

parent d5559ca3
No related branches found
No related tags found
1 merge request!79Deliver notification info
......@@ -17,7 +17,7 @@ class WorkflowWriter(HasStrictTraits):
A file object on which to write the workflow, properly serialized
into JSON.
"""
data = dict(version=1)
data = dict(version="1")
data["workflow"] = self._workflow_data(workflow)
json.dump(data, f)
......
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