Skip to content

Commit

Permalink
Merged in pizzi/dev_workflowrst-edited-online-with-bitbu-147316851285…
Browse files Browse the repository at this point in the history
…1 (pull request aiidateam#87)

Typo in old workflows documentation (thanks A. Carreras)
  • Loading branch information
giovannipizzi committed Oct 17, 2016
2 parents b9a0c89 + a8ed199 commit 6fe14ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer_guide/dev_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Some notes and tips:

* If you want to pass intermediate data from one step to another, you can set
the data as a workflow attibute: in a step, call
``self.set_attribute(attr_name, attr_value)``, and retrieve it
``self.add_attribute(attr_name, attr_value)``, and retrieve it
in another step using ``attr_value = self.get_attribute(attr_name)``.
Values can be any JSON-serializable value, or an AiiDA node.

Expand Down

0 comments on commit 6fe14ab

Please sign in to comment.