diff options
Diffstat (limited to 'git/util.py')
-rw-r--r-- | git/util.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/git/util.py b/git/util.py index 8cab0b99..06fefcc3 100644 --- a/git/util.py +++ b/git/util.py @@ -251,9 +251,9 @@ class RemoteProgress(object): message = message[:-len(done_token)] # END end message handling - self.update(op_code, - cur_count and float(cur_count), - max_count and float(max_count), + self.update(op_code, + cur_count and float(cur_count), + max_count and float(max_count), message) # END for each sub line return failed_lines |