pgrepup icon indicating copy to clipboard operation
pgrepup copied to clipboard

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

Open Tatikoma opened this issue 5 years ago • 0 comments

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)

Tatikoma avatar Dec 29 '20 15:12 Tatikoma