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 045cc53 commit d0dac28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyiron_contrib/workflow/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def finish_run(self, run_output: tuple):
"""
self.running = False
try:
self.running = False
self.process_run_result(run_output)
self.signals.output.ran()
except Exception as e:
Expand Down

0 comments on commit d0dac28

Please sign in to comment.