openSUSE / py2pack

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

Calling py2pack without argument gives error #121

Closed sebix closed 5 years ago

sebix commented 5 years ago
> py2pack
Traceback (most recent call last):
  File "/usr/bin/py2pack", line 10, in <module>
    sys.exit(main())
  File "/usr/lib/python3.7/site-packages/py2pack/__init__.py", line 350, in main
    args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'

Should show the help instead IMO