Skip to content

Commit 4a87001

Browse files
Forgot to update _num_op_codes
1 parent 13141e7 commit 4a87001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class RemoteProgress(object):
165165
Handler providing an interface to parse progress information emitted by git-push
166166
and git-fetch and to dispatch callbacks allowing subclasses to react to the progress.
167167
"""
168-
_num_op_codes = 8
168+
_num_op_codes = 9
169169
BEGIN, END, COUNTING, COMPRESSING, WRITING, RECEIVING, RESOLVING, FINDING_SOURCES, CHECKING_OUT = \
170170
[1 << x for x in range(_num_op_codes)]
171171
STAGE_MASK = BEGIN | END

0 commit comments

Comments
 (0)