diff options
author | Joel Holdsworth <jholdsworth@nvidia.com> | 2022-01-06 21:41:56 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-06 15:05:22 -0800 |
commit | 40e7cfdd46eb14e63ae4238e3a067d955de54a3d (patch) | |
tree | d9c009c4b3f2b817c63dbec804a95a6d39a2f07c /bisect.h | |
parent | The seventh batch (diff) | |
download | tgif-40e7cfdd46eb14e63ae4238e3a067d955de54a3d.tar.xz |
git-p4: fix instantiation of CalledProcessError
CalledProcessError is an exception class from the subprocess namespace.
When raising this exception, git-p4 would instantiate CalledProcessError
objects without properly referencing the subprocess namespace causing
the script to fail.
Resolves the issue by replacing CalledProcessError with
subprocess.CalledProcessError.
Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bisect.h')
0 files changed, 0 insertions, 0 deletions