Switch to using run_process() instead of execute() in rbtools.hooks

Review Request #13426 — Created Nov. 21, 2023 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

Since we're deprecating the rbtools.hooks.common.execute(), this change
switches over to using rbtools.utils.process.run_process() instead in our
rbtools.hooks module.

Ran the git-hook-check-approval hook, saw that it worked correctly.

Diff Revision 3 (Latest)

orig
1
2
3

Commits

First Last Summary ID Author
Switch to using run_process() instead of execute() in rbtools.hooks
17b5dc1e79fa07890c8abea53346952d7fdf3c55 Michelle Aubin
rbtools/hooks/git.py
Loading...