openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

python dump if called without parameter #134

Closed coogor closed 4 years ago

coogor commented 4 years ago

Calling py2pack 0.8.4 w/o parameter: docb@X1E:~/buildservice> py2pack
Traceback (most recent call last): File "/usr/bin/py2pack", line 10, in sys.exit(main()) File "/usr/lib/python3.8/site-packages/py2pack/init.py", line 350, in main args.func(args) AttributeError: 'Namespace' object has no attribute 'func'

...if help is displayed, this would be much appreciated

toabctl commented 4 years ago

Duplicate of https://github.com/openSUSE/py2pack/issues/121 and already fixed in master

toabctl commented 4 years ago

I pushed a 0.8.5 tag and this will be available soon on pypi (and openSUSE Tumbleweed afterwards)