Skip to content

Commit

Permalink
Update src/py/flwr/client/app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Apr 2, 2024
1 parent 7c146cd commit 031b89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/client/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def _load_client_app() -> ClientApp:
if isinstance(ex, LoadClientAppError):
reason = (
"An exception was raised when attempting to load "
"the ClientApp module"
"`ClientApp`"
)
e_code = ErrorCode.LOAD_CLIENT_APP_EXCEPTION
exc_entity = "SuperNode"
Expand Down

0 comments on commit 031b89c

Please sign in to comment.