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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Byron merged 1 commit intogitpython-developers:masterfrombarry-scott:pr-fix-callable-remote-progress
May 29, 2016
Merged

Fix traceback because _seen_ops is not initialised#451

Byron merged 1 commit intogitpython-developers:masterfrombarry-scott:pr-fix-callable-remote-progress
May 29, 2016

Conversation

barry-scott
Copy link
Contributor

must call the base classinit

@ByronByron added this to the v2.0.4 - Bugfixes milestoneMay 29, 2016
@Byron
Copy link
Member

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

@ByronByron merged commitff0365e intogitpython-developers:masterMay 29, 2016
Byron added a commit that referenced this pull requestMay 29, 2016
Related to#451Signed-off-by: Sebastian Thiel <byronimo@gmail.com>
@@ -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 besuper(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 requestMay 29, 2016
@nvie
Copy link
Contributor

Cheers!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
@barry-scott@Byron@nvie

[8]ページ先頭

©2009-2025 Movatter.jp