summaryrefslogtreecommitdiff
path: root/git/remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/remote.py')
-rw-r--r--git/remote.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/git/remote.py b/git/remote.py
index 07f5b432..58238991 100644
--- a/git/remote.py
+++ b/git/remote.py
@@ -681,8 +681,7 @@ class Remote(LazyMixin, Iterable):
# END for each line
try:
- handle_process_output(proc, stdout_handler, progress_handler, finalize_process,
- decode_stdout=False, decode_stderr=False)
+ handle_process_output(proc, stdout_handler, progress_handler, finalize_process, decode_streams=False)
except Exception:
if len(output) == 0:
raise