Skip to content

Commit

Permalink
Update pyiron_contrib/workflow/node.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Dareska <[email protected]>
  • Loading branch information
liamhuber and samwaseda authored Jul 10, 2023
1 parent 86623f7 commit 045cc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_contrib/workflow/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def finish_run(self, run_output: tuple):
so that the node can finish "running" and, e.g. push its data forward when that
execution is finished.
"""
self.running = False
try:
self.running = False
self.process_run_result(run_output)
Expand Down

0 comments on commit 045cc53

Please sign in to comment.