Skip to content

Commit

Permalink
use setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Nov 5, 2023
1 parent aa6ab19 commit 5494b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/fedn/network/controller/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def check_combiners_done_reporting():
self.set_round_status(round_id, 'Failed')
return None, self.statestore.get_round(round_id)

round_data["status"] = "Success"
self.set_round_status(round_id, 'Success')

# 4. Trigger participating combiner nodes to execute a validation round for the current model
validate = session_config["validate"]
Expand Down

0 comments on commit 5494b1c

Please sign in to comment.