Skip to content

Commit ca48417

Browse files
committed
fix(collaborator serialiser): use defined aggregator client to initialise
Signed-off-by: Pant, Akshay <[email protected]>
1 parent f05787b commit ca48417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfl/federated/plan/plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def get_collaborator(
552552

553553
defaults[SETTINGS]["serialisation_middleware"] = CollaboratorSerialiser(
554554
collaborator_name,
555-
client,
555+
defaults[SETTINGS]["client"],
556556
self.get_tensor_pipe() or NoCompressionPipeline,
557557
)
558558

0 commit comments

Comments
 (0)