Skip to content

Commit

Permalink
Putting back execute_steps() in the manual_tick_all()
Browse files Browse the repository at this point in the history
  • Loading branch information
szoupanos committed Nov 9, 2017
1 parent fff52c9 commit c2c2a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/daemon/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ def manual_tick_all():
submit_jobs()
update_jobs()
retrieve_jobs()
workflow_stepper() # legacy workflows
execute_steps() # legacy workflows
tick_workflow_engine()

0 comments on commit c2c2a42

Please sign in to comment.