Fix `rbt list-repo-types` when some repo types don't have dependencies.

Review Request #14321 — Created Feb. 3, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

If a dependency is missing, rbt list-repo-types would crash trying to
set it up. This change makes it so we catch SCMClientDependencyError
and just continue with the other tools.

Was able to use rbt list-repo-types on a system that was missing some
things.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix `rbt list-repo-types` when some repo types don't have dependencies.
If a dependency is missing, `rbt list-repo-types` would crash trying to set it up. This change makes it so we catch `SCMClientDependencyError` and just continue with the other tools. Testing Done: Was able to use `rbt list-repo-types` on a system that was missing some things.
aa5c1f274619e00f07ad7e4c9c6e9b01e890cebd David Trowbridge
rbtools/commands/list_repo_types.py
Loading...