From 2ba3812b0a85f7544da8f53e046bac2fe9091067 Mon Sep 17 00:00:00 2001 From: ankona <3595025+ankona@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:48:32 -0500 Subject: [PATCH] fix --- smartsim/_core/mli/infrastructure/control/workermanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartsim/_core/mli/infrastructure/control/workermanager.py b/smartsim/_core/mli/infrastructure/control/workermanager.py index dd9db005bb..e34f711f55 100644 --- a/smartsim/_core/mli/infrastructure/control/workermanager.py +++ b/smartsim/_core/mli/infrastructure/control/workermanager.py @@ -363,7 +363,7 @@ def _on_iteration(self) -> None: reply.message = "Success" results = self._worker.prepare_outputs(reply) - return MessageHandler.build_response( + response = MessageHandler.build_response( status=reply.status_enum, message=reply.message, result=results,