cloudtools / cloudtools/stacker

Calling stacker without arguments will crash instead of printing help

Open
#730 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
707
Forks
162
PR merge metrics
No merged PRs in 30d

Description

With stacker 1.7.0 and Python 3.7.3:

```
Traceback (most recent call last):
File "./venv/bin/stacker", line 8, in
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'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.