From a95f9b33f5eadbc9856191152b072d26f9769dab Mon Sep 17 00:00:00 2001 From: gadorlhiac Date: Tue, 16 Apr 2024 14:33:14 -0700 Subject: [PATCH] MNT Report Task COMPLETED for ThirdPartyTask completion. --- lute/execution/executor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lute/execution/executor.py b/lute/execution/executor.py index 6429b517..748bdd03 100644 --- a/lute/execution/executor.py +++ b/lute/execution/executor.py @@ -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()