fix: remove stale key_path positional arg from _load_signing call sites
run_request, run_curl, and run_payment were passing getattr(args, 'key_path', None) as a positional arg to _load_signing(hub, agent_id=None), which only accepts 2 params. This caused TypeError at runtime on every muse sign subcommand call. The --key-path flag was removed from the parser in the PEM cleanup but the three call sites were not updated.
Removes the stale arg from all three sites. CS-1 through CS-4 confirm the fix and verify agent_id is now forwarded correctly.
sha256:7a4bb8feb4b6188be2fd4805763560e19508da525faa251de0106b20429e7435
sha
sha256:e5f18ec21595a9dde29e04cec72c8fd3205deee8c320d9ef9639b558d1372c22
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:7a4bb8feb4b6188be2fd4805763560e19508da525faa251de0106b20429e7435 --body "your comment"
No comments yet. Be the first to start the discussion.