Skip to content

Commit

Permalink
get_node => run_get_node (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed May 22, 2019
1 parent 9b12b84 commit 1773e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/2019_MARVEL_Psik_MaX/sections/workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ To do so, instead of simply calling the work function to run it, use the attribu

.. code:: python
results, node = run_eos_wf.get_node(code, Str(pseudo_family), Str(element))
results, node = run_eos_wf.run_get_node(code, Str(pseudo_family), Str(element))
print('run_eos_wf<{}> completed'.format(node.pk))
Run the workflow:
Expand Down

0 comments on commit 1773e4d

Please sign in to comment.