Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-docker-build-6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Nov 4, 2024
2 parents ca63e1a + 17b46ec commit 1de9e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/py/flwr/cli/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def validate_federation_in_project_config(

# Validate the federation exists in the configuration
federation_config = config["tool"]["flwr"]["federations"].get(federation)
print(federation_config)
if federation_config is None:
available_feds = {
fed for fed in config["tool"]["flwr"]["federations"] if fed != "default"
Expand Down

0 comments on commit 1de9e91

Please sign in to comment.