Skip to content

Commit

Permalink
MNT Report Task COMPLETED for ThirdPartyTask completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
gadorlhiac committed Apr 16, 2024
1 parent 0635b82 commit a95f9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lute/execution/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def execute_task(self) -> None:
# Ret code is 0, no exception was thrown, task forgot to set status
self._analysis_desc.task_result.task_status = TaskStatus.COMPLETED
logger.debug(f"Task did not change from RUNNING status. Assume COMPLETED.")
self.Hooks.task_done(self, msg=Message())
self._store_configuration()
for comm in self._communicators:
comm.clear_communicator()
Expand Down

0 comments on commit a95f9b3

Please sign in to comment.