Oops, fill the /list/ correct with the p4 exit code.

This commit is contained in:
Simon Hausmann
2007-05-23 23:32:32 +02:00
parent 409a4ab6ea
commit d1edf40a27

4
git-p4
View File

@@ -33,7 +33,9 @@ def p4CmdList(cmd):
pass
exitCode = pipe.close()
if exitCode != None:
result["p4ExitCode"] = exitCode
entry = {}
entry["p4ExitCode"] = exitCode
result.append(entry)
return result