summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bull <fox_qwluwc@TrashMail.net>2017-10-30 20:18:17 +0000
committerGitHub <noreply@github.com>2017-10-30 20:18:17 +0000
commit076446c702fd85f54b5ee94bccacc3c43c040a45 (patch)
treeac023dc59c53503a1e3bb0f5cdfef07253340c26
parent67648785d743c4fdfaa49769ba8159fcde1f10a8 (diff)
downloadgitpython-076446c702fd85f54b5ee94bccacc3c43c040a45.tar.gz
Update remote.py
-rw-r--r--git/remote.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py
index e352ab2c..7261be81 100644
--- a/git/remote.py
+++ b/git/remote.py
@@ -52,7 +52,6 @@ def add_progress(kwargs, git, progress):
given, we do not request any progress
:return: possibly altered kwargs"""
if progress is not None:
- kwargs['universal_newlines'] = True
v = git.version_info[:2]
if v >= (1, 7):
kwargs['progress'] = True