Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jul 18, 2024
1 parent f1eff85 commit 2ba3812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/mli/infrastructure/control/workermanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ba3812

Please sign in to comment.