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

Calling stacker without arguments will crash instead of printing help #730

Open
danielkza opened this issue May 13, 2019 · 0 comments
Open

Comments

@danielkza
Copy link
Contributor

With stacker 1.7.0 and Python 3.7.3:

Traceback (most recent call last):
  File "./venv/bin/stacker", line 8, in <module>
    args = stacker.parse_args()
  File "/home/danielkza/cobli/deploy/cloudformation/venv/lib/python3.7/site-packages/stacker/commands/stacker/base.py", line 115, in parse_args
    args.environment.update(args.cli_envs)
AttributeError: 'Namespace' object has no attribute 'environment'
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

1 participant