Skip to content
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

TypeError: __init__() takes 1 positional argument but 2 were given #604

Closed
gelldur opened this issue Sep 24, 2016 · 3 comments · Fixed by #715
Closed

TypeError: __init__() takes 1 positional argument but 2 were given #604

gelldur opened this issue Sep 24, 2016 · 3 comments · Fixed by #715

Comments

@gelldur
Copy link

gelldur commented Sep 24, 2016

Traceback (most recent call last):
  File "/usr/share/git-cola/lib/cola/cmds.py", line 1835, in runner
    do(cls, *local_args, **local_opts)
  File "/usr/share/git-cola/lib/cola/cmds.py", line 1856, in do
    return do_cmd(cls(*args, **opts))
TypeError: __init__() takes 1 positional argument but 2 were given
error: git-cola died of signal 6

When clicking Refresh action button

@davvid
Copy link
Member

davvid commented Sep 26, 2016

Hi, what were you doing when you hit this error? It's highly possible that this has already been fixed in master but it's hard to tell.

Please let me know what action you performed in the UI, and what version you're running. cheers

@gelldur
Copy link
Author

gelldur commented Sep 27, 2016

It crush always when i press Refresh in action buttons. I'm using 2.8-1 version from Arch repositories.

@davvid davvid closed this as completed in d9a3f3f Sep 29, 2016
@gelldur
Copy link
Author

gelldur commented Sep 29, 2016

Thanks it is working now ;)

jeff-dagenais pushed a commit to jeff-dagenais/git-cola that referenced this issue Jul 27, 2017
Reacting to the pushed event makes the interface behave unlike any other
GUI out there. Restore the normal clicked behaviour. Fix git-cola#604 using a
bounce function.

This reverts d9a3f3f while still fixing
jeff-dagenais pushed a commit to jeff-dagenais/git-cola that referenced this issue Jul 27, 2017
Reacting to the pushed event makes the interface behave unlike any other
GUI out there. Restore the normal clicked behaviour. Fix git-cola#604 using a
bounce function.

This reverts d9a3f3f while still fixing
jeff-dagenais pushed a commit to jeff-dagenais/git-cola that referenced this issue Jul 27, 2017
Reacting to the pushed event makes the interface behave unlike any other
GUI out there. Restore the normal clicked behaviour. Fix git-cola#604 using a
bounce function.

This reverts d9a3f3f while still fixing
jeff-dagenais pushed a commit to jeff-dagenais/git-cola that referenced this issue Jul 27, 2017
Reacting to the pushed event makes the interface behave unlike any other
GUI out there. Restore the normal clicked behaviour. Fix git-cola#604 using a
bounce function.

This reverts d9a3f3f while still
fixing git-cola#604
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants