On Thu, Jan 6, 2022 at 1:56 AM Joel Holdsworth <jholdsworth@xxxxxxxxxx> wrote: > 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. > > This patch resolves the issue by replacing CalledProcessError with > subprocess.CalledProcessError. > --- MIssing sign-off.