Skip to content

Fix spacing in LoadClientAppError message#6871

Open
danieljanes wants to merge 2 commits intomainfrom
codex/fix-loadclientapperror-message-spacing
Open

Fix spacing in LoadClientAppError message#6871
danieljanes wants to merge 2 commits intomainfrom
codex/fix-loadclientapperror-message-spacing

Conversation

@danieljanes
Copy link
Copy Markdown
Member

Motivation

  • Fix missing space between sentences in the LoadClientAppError exception message so it reads "ClientApp. Possible..." instead of "ClientApp.Possible...", improving readability and clarity.

Description

  • Add a space after the first sentence in the error string inside framework/py/flwr/clientapp/utils.py in the except Exception as e block so the concatenated sentences are properly separated.

Testing

  • Compiled the module with python -m compileall framework/py/flwr/clientapp/utils.py and the compilation succeeded.

Codex Task

@danieljanes danieljanes requested a review from tanertopal as a code owner March 27, 2026 14:09
Copilot AI review requested due to automatic review settings March 27, 2026 14:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot added the Maintainer Used to determine what PRs (mainly) come from Flower maintainers. label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex Maintainer Used to determine what PRs (mainly) come from Flower maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants