summaryrefslogtreecommitdiffhomepage
path: root/gbp/git/repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/git/repository.py')
-rw-r--r--gbp/git/repository.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index e73d6dc1..f63dd429 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -106,8 +106,8 @@ class GitRepository(object):
output += popen.stdout.readlines()
return output, popen.returncode
- def _git_inout(self, command, args, input, extra_env=None, cwd=None,
- capture_stderr=False):
+ def _git_inout(self, command, args, input=None, extra_env=None, cwd=None,
+ capture_stderr=False):
"""
Run a git command with input and return output