Git-Dch: Ignore
---
 gbp/git.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gbp/git.py b/gbp/git.py
index b162bc0..0f0e296 100644
--- a/gbp/git.py
+++ b/gbp/git.py
@@ -57,10 +57,10 @@ class GitRepository(object):
                                  stdin=subprocess.PIPE,
                                  stdout=subprocess.PIPE,
                                  env=env)
-        (stdin, stderr) = popen.communicate(input)
+        (stdout, stderr) = popen.communicate(input)
         if popen.returncode:
-            stdin = None
-        return stdin
+            stdout = None
+        return stdout
 
     def base_dir(self):
         """Base of the repository"""
-- 
1.7.1




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to