Skip to content

chore: recompute_stuck_consensus.py reuses community._gh_delete instead of a duplicate - #596

Open
essentialbit wants to merge 2 commits into
mainfrom
chore/recompute-stuck-consensus-shared-gh-delete
Open

chore: recompute_stuck_consensus.py reuses community._gh_delete instead of a duplicate#596
essentialbit wants to merge 2 commits into
mainfrom
chore/recompute-stuck-consensus-shared-gh-delete

Conversation

@essentialbit

Copy link
Copy Markdown
Owner

Summary

Test plan

  • PYTHONPATH=. venv/bin/python3 -c "import scripts.recompute_stuck_consensus as m" — imports cleanly
  • PYTHONPATH=. venv/bin/python3 -c "from main import *" — Import OK
  • grep -rn "_gh_delete_label" — no remaining references
  • No test suite present (tests/ doesn't exist in this repo)

🤖 Generated with Claude Code

…ad of a duplicate

Same sibling-duplicate-GitHub-call class already fixed for
gemini_community.py (#593) and the Discussions GraphQL path (#592):
this script's own _gh_delete_label() bypassed community.py's shared
_gh_delete(), missing its 404-as-success handling and any future
retry-on-transient-failure fix (#588) once merged.
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.

1 participant