Skip to content

TypeError: setup() takes no arguments (14 given)#19

Open
Tatikoma wants to merge 1 commit into
rtshome:masterfrom
Tatikoma:patch-1
Open

TypeError: setup() takes no arguments (14 given)#19
Tatikoma wants to merge 1 commit into
rtshome:masterfrom
Tatikoma:patch-1

Conversation

@Tatikoma
Copy link
Copy Markdown

I'm not python programmer and i think that my fix is very strange. But it works.

$ pgrepup setup
Pgrepup 0.3.10
Traceback (most recent call last):
  File "/usr/local/bin/pgrepup", line 25, in <module>
    main()
  File "/usr/local/lib/python2.7/dist-packages/pgrepup/cli.py", line 64, in main
    dispatch(__doc__)
  File "/usr/local/lib/python2.7/dist-packages/pgrepup/helpers/docopt_dispatch.py", line 39, in __call__
    function(**self._kwargify(arguments))
TypeError: setup() takes no arguments (14 given)

fix error

$ pgrepup setup
Pgrepup 0.3.10
Traceback (most recent call last):
  File "/usr/local/bin/pgrepup", line 25, in <module>
    main()
  File "/usr/local/lib/python2.7/dist-packages/pgrepup/cli.py", line 64, in main
    dispatch(__doc__)
  File "/usr/local/lib/python2.7/dist-packages/pgrepup/helpers/docopt_dispatch.py", line 39, in __call__
    function(**self._kwargify(arguments))
TypeError: setup() takes no arguments (14 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant