Skip to content

Commit

Permalink
fix(framework) Fix UnboundLocalError for hashed run ID in flwr-server…
Browse files Browse the repository at this point in the history
…app (#4752)
  • Loading branch information
chongshenng authored Dec 20, 2024
1 parent 621de32 commit fddcd17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py/flwr/server/serverapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def run_serverapp( # pylint: disable=R0914, disable=W0212, disable=R0915
flwr_dir_ = get_flwr_dir(flwr_dir)
log_uploader = None
success = True
hash_run_id = None
while True:

try:
Expand Down

0 comments on commit fddcd17

Please sign in to comment.