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
If a dependency is missing,
rbt list-repo-types
would crash trying to
set it up. This change makes it so we catchSCMClientDependencyError
and just continue with the other tools.
Was able to use
rbt list-repo-types
on a system that was missing some
things.
rbtools/commands/list_repo_types.py |
---|