From f2557ed54f11aec05f8172b579ab318bdd9952f0 Mon Sep 17 00:00:00 2001 From: ankona <3595025+ankona@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:13:14 -0500 Subject: [PATCH] remove comments --- smartsim/_core/mli/infrastructure/control/workermanager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartsim/_core/mli/infrastructure/control/workermanager.py b/smartsim/_core/mli/infrastructure/control/workermanager.py index 0da5f0e946..543e81b0f6 100644 --- a/smartsim/_core/mli/infrastructure/control/workermanager.py +++ b/smartsim/_core/mli/infrastructure/control/workermanager.py @@ -58,8 +58,8 @@ def build_failure_reply(status: "Status", message: str) -> Response: :param status: The status of the response :param message: The error message to include in the response""" return MessageHandler.build_response( - status=status, # todo: need to indicate correct status - message=message, # todo: decide what these will be + status=status, + message=message, result=None, custom_attributes=None, )