From 106b657eee3f93704c81a36a4df3d437116f5f1c Mon Sep 17 00:00:00 2001 From: Payal Chaurasiya Date: Wed, 4 Dec 2024 10:28:19 +0530 Subject: [PATCH] Typo fix (#1188) Signed-off-by: Chaurasiya, Payal --- openfl/component/collaborator/collaborator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfl/component/collaborator/collaborator.py b/openfl/component/collaborator/collaborator.py index b327cd9117..54683135d5 100644 --- a/openfl/component/collaborator/collaborator.py +++ b/openfl/component/collaborator/collaborator.py @@ -179,7 +179,7 @@ def run(self): # This is the place to check the memory usage of the collaborator memory_detail = get_memory_usage() memory_detail["round_number"] = round_number - memory_details["metric_origin"] = self.collaborator_name + memory_detail["metric_origin"] = self.collaborator_name memory_details.append(memory_detail) if self.log_memory_usage: self.logger.info(f"Publish memory usage: {memory_details}")