Skip to content

Commit

Permalink
allow opt jobs to terminate "complete" if ignore_errors is True so th…
Browse files Browse the repository at this point in the history
…at the workflow can continue
  • Loading branch information
mjohnson541 committed Oct 15, 2024
1 parent ce0952a commit 6121035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynta/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def run_task(self, fw_spec):
raise e
else:
errors.append(e)
return FWAction(stored_data={"error": errors,"converged": False})

if socket and os.path.exists(socket_address):
os.unlink(socket_address)
Expand Down

0 comments on commit 6121035

Please sign in to comment.