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

init command fails #51

Closed
entropiajp opened this issue Feb 17, 2016 · 3 comments
Closed

init command fails #51

entropiajp opened this issue Feb 17, 2016 · 3 comments

Comments

@entropiajp
Copy link

Hi.

$ python -V
Python 2.7.10
$ pip list | grep lamvery
lamvery (0.12.3)
$ lamvery init
ERROR:root:'Namespace' object has no attribute 'alias'
Traceback (most recent call last):
  File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/cli.py", line 250, in main
    args.func(args)
  File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/cli.py", line 24, in init
    InitAction(args).action()
  File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/actions/init.py", line 12, in __init__
    super(InitAction, self).__init__(args)
  File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/actions/base.py", line 23, in __init__
    self._alias = args.alias
AttributeError: 'Namespace' object has no attribute 'alias'
'Namespace' object has no attribute 'alias'

Is there anything required to do before lamvery init?

marcy-terui added a commit that referenced this issue Feb 17, 2016
@marcy-terui
Copy link
Owner

Hi,

Thank you for your reporting.
It is a bug... 😢

So, I fixed it and released the new version 0.12.4
Please upgrade to the new version.

pip install --upgrade lamvery

@entropiajp
Copy link
Author

Thank you for quick fix 👍

@marcy-terui
Copy link
Owner

😺

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

No branches or pull requests

2 participants