Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Buchnik, Yehonatan <[email protected]>
  • Loading branch information
yontyon committed Jan 23, 2025
1 parent af3ed2b commit 29c997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/transport/grpc/aggregator_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def wrapper(self, *args, **kwargs):
break
except grpc.RpcError as e:
self.logger.info(
f"Failed to send data request to aggregator at {self.uri}, error code {e.code()}"
f"Failed to send data request to aggregator {self.uri}, error code {e.code()}"
)
if self.refetch_server_cert_callback is not None:
self.logger.info("Refetching server certificate")
Expand Down

0 comments on commit 29c997a

Please sign in to comment.