Skip to content

Fix seed.py 3-tuple unpack for region seeding#119

Merged
anth-volk merged 2 commits intomainfrom
fix/fix-deploy-errors
Mar 10, 2026
Merged

Fix seed.py 3-tuple unpack for region seeding#119
anth-volk merged 2 commits intomainfrom
fix/fix-deploy-errors

Conversation

@anth-volk
Copy link
Contributor

Fixes #118

Summary

  • Update seed.py to unpack the third links_created value from seed_us_regions() and seed_uk_regions()
  • Display dataset link count in seed output

Test plan

  • db-reset workflow passes Step 4 (seeding regions)

🤖 Generated with Claude Code

anth-volk and others added 2 commits March 11, 2026 00:23
Both functions return (created, skipped, links_created) since commit
150c2f6 but the caller in seed.py was never updated to match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@anth-volk anth-volk marked this pull request as ready for review March 10, 2026 23:36
@anth-volk anth-volk merged commit d6ed026 into main Mar 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Region seeding crashes: seed.py unpacks 2 values from 3-tuple return

1 participant