diff options
Diffstat (limited to 'git')
-rw-r--r-- | git/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/util.py b/git/util.py index 81c3bbd0..c395afd2 100644 --- a/git/util.py +++ b/git/util.py @@ -416,7 +416,7 @@ class RemoteProgress(object): # END could not get match op_code = 0 - _remote, op_name, _percent, cur_count, max_count, message = match.groups() + _remote, op_name, _percent, cur_count, max_count, message = match.groups() # get operation id if op_name == "Counting objects": |