Skip to content

Commit

Permalink
Oops, fill the /list/ correct with the p4 exit code.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
  • Loading branch information
Simon Hausmann committed May 23, 2007
1 parent a6d5da3 commit ac3e0d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/fast-import/git-p4
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac3e0d7

Please sign in to comment.