Skip to content

Commit

Permalink
fix(framework) Record fab-id and fab-version also in `SQLLinkStat…
Browse files Browse the repository at this point in the history
…e` (#4738)
  • Loading branch information
jafermarq authored Dec 17, 2024
1 parent 0c838d7 commit 6eeb98a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/py/flwr/server/superlink/linkstate/sqlite_linkstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,8 +761,6 @@ def create_run(
"federation_options, pending_at, starting_at, running_at, finished_at, "
"sub_status, details) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);"
)
if fab_hash:
fab_id, fab_version = "", ""
override_config_json = json.dumps(override_config)
data = [
sint64_run_id,
Expand Down

0 comments on commit 6eeb98a

Please sign in to comment.