Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff0365e

Browse files
committed
Merge pull requestgitpython-developers#451 from barry-scott/pr-fix-callable-remote-progress
Fix traceback because _seen_ops is not initialised
2 parents8df3dd9 +9ba48ce commitff0365e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,10 @@ class CallableRemoteProgress(RemoteProgress):
320320

321321
def__init__(self,fn):
322322
self._callable=fn
323-
323+
RemoteProgress.__init__(self)
324+
324325
defupdate(self,*args,**kwargs):
325326
self._callable(*args,**kwargs)
326-
327327

328328
classActor(object):
329329

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp