From a935501a2f62d103cf9d69d775399dae2e7dfead Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sun, 1 Jun 2008 01:21:17 +0200 Subject: fixed http://gitorious.org/projects/git-python/repos/apollo13/comments#comment_105 my mistake ;) I'll investigate this further, but I think we are on the safe side now... --- lib/git/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git') diff --git a/lib/git/cmd.py b/lib/git/cmd.py index 80ef6a78..ac449e91 100644 --- a/lib/git/cmd.py +++ b/lib/git/cmd.py @@ -103,8 +103,8 @@ class Git(MethodMissingMixin): ) # Wait for the process to return - status = proc.wait() stdout_value = proc.stdout.read() + status = proc.wait() proc.stdout.close() # Strip off trailing whitespace by default -- cgit v1.2.1