From: Simon Hausmann Date: Wed, 23 May 2007 21:32:32 +0000 (+0200) Subject: Oops, fill the /list/ correct with the p4 exit code. X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=d1edf40a273f0d13248f4bb4ba2f2c8cd07b1477;p=python%2Ffast-export.git Oops, fill the /list/ correct with the p4 exit code. --- diff --git a/git-p4 b/git-p4 index 89a85eb..6ae3bc6 100755 --- a/git-p4 +++ b/git-p4 @@ -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