Switch to using run_process() instead of execute() in rbtools.hooks
Review Request #13426 — Created Nov. 21, 2023 and submitted — Latest diff uploaded
Since we're deprecating the
rbtools.hooks.common.execute()
, this change
switches over to usingrbtools.utils.process.run_process()
instead in our
rbtools.hooks
module.
Ran the
git-hook-check-approval
hook, saw that it worked correctly.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
Commits
Files
rbtools/hooks/git.py |
---|