Skip to content

Commit

Permalink
Merge branch 'main' into fds-fix-types
Browse files Browse the repository at this point in the history
  • Loading branch information
flwrmachine authored Dec 20, 2024
2 parents 73562a0 + fddcd17 commit 239dba9
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 239dba9

Please sign in to comment.