Skip to content

Commit ff0365e

Browse files
committed
Merge pull request gitpython-developers#451 from barry-scott/pr-fix-callable-remote-progress
Fix traceback because _seen_ops is not initialised
2 parents 8df3dd9 + 9ba48ce commit ff0365e

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
def update(self, *args, **kwargs):
325326
self._callable(*args, **kwargs)
326-
327327

328328
class Actor(object):
329329

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy