Switch to using run_process() instead of execute() in rbtools.hooks
Review Request #13426 — Created Nov. 21, 2023 and submitted
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.
Summary | ID |
---|---|
17b5dc1e79fa07890c8abea53346952d7fdf3c55 |
- Commits:
-
Summary ID 8e9b77275248e2f1ab9b335adad3971fdf8c6009 a43dd220003a017d91418ae46ead7384c246d8cc - Diff:
-
Revision 2 (+36 -12)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commits:
-
Summary ID a43dd220003a017d91418ae46ead7384c246d8cc 17b5dc1e79fa07890c8abea53346952d7fdf3c55 - Diff:
-
Revision 3 (+80 -12)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.