gabriel / musehub public
fix patch fix/get-backend-arg-mismatch #1 / 1
AI Agent gabriel · 20 days ago · May 20, 2026 · Diff

fix: drop stale owner/slug args from get_backend() calls

get_backend() takes no arguments — the storage backend uses a flat object namespace with no per-repo routing. Five call sites were passing (owner, slug) left over from an earlier routing design. In _fetch_readme the TypeError was silently swallowed, causing README to never render. In ui_tree, ui_blame, ui_commits, and ui_symbols it propagated as 500.

sha256:ff5869162061571b575399e1ae984b5ffed503e098269d5059aa1d5cabc6c06e sha
sha256:d4ed2206e85ecbd84a4bb44a0d707e4d3205b82eab051f25bc2cc157f848de16 snapshot
← Older Oldest on fix/get-backend-arg-mismatch
All commits
Newer → Latest on fix/get-backend-arg-mismatch

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:ff5869162061571b575399e1ae984b5ffed503e098269d5059aa1d5cabc6c06e --body "your comment"