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 /reftable | |
parent | e83ba647f7c61cf945690d6a0bd8c172a6498dc8 (diff) | |
download | git-40e7cfdd46eb14e63ae4238e3a067d955de54a3d.tar.gz |
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 'reftable')
0 files changed, 0 insertions, 0 deletions