From 0dd99fe29775d6abd05029bc587303b6d37e3560 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 30 Sep 2019 08:45:30 +0200 Subject: Try to fix tests; get more debug output --- git/util.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/util.py') diff --git a/git/util.py b/git/util.py index 936789cb..fd95723b 100644 --- a/git/util.py +++ b/git/util.py @@ -394,7 +394,6 @@ class RemoteProgress(object): # find escape characters and cut them away - regex will not work with # them as they are non-ascii. As git might expect a tty, it will send them line = self.re_ansi_escape.sub('', line) - line = line.rstrip() cur_count, max_count = None, None match = self.re_op_relative.match(line) -- cgit v1.2.1