Skip to content

Fix traceback because _seen_ops is not initialised #451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2016
Merged

Fix traceback because _seen_ops is not initialised #451

merged 1 commit into from
May 29, 2016

Conversation

barry-scott
Copy link
Contributor

must call the base class init

must call the base class __init__
@Byron Byron added this to the v2.0.4 - Bugfixes milestone May 29, 2016
@Byron
Copy link
Member

Byron commented May 29, 2016

Argh, thanks ! That code is not called by the test-suite yet :( .

@Byron Byron merged commit ff0365e into gitpython-developers:master May 29, 2016
Byron added a commit that referenced this pull request May 29, 2016
Related to #451

Signed-off-by: Sebastian Thiel <[email protected]>
@@ -320,10 +320,10 @@ class CallableRemoteProgress(RemoteProgress):

def __init__(self, fn):
self._callable = fn

RemoteProgress.__init__(self)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be super(CallableRemoteProgress, self).__init__() instead.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - it's done.

Byron added a commit that referenced this pull request May 29, 2016
@nvie
Copy link
Contributor

nvie commented May 29, 2016

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants