1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-18 04:16:10 +02:00

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

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
Simon Hausmann 2007-05-23 23:32:32 +02:00
parent a6d5da36af
commit ac3e0d79ee

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