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

Handle existing stacks with no parameters #193

Merged
merged 2 commits into from
Aug 10, 2016

Conversation

acmcelwee
Copy link
Member

Also fixed a couple typos in comments.

Related to #187

@@ -246,7 +246,7 @@ def _handle_missing_parameters(self, params, required_params,

"""
missing_params = list(set(required_params) - set(params.keys()))
if existing_stack:
if existing_stack and 'Parameters' in existing_stack:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you can write a test for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test pushed

@phobologic
Copy link
Member

Other than the test comment, looks great. Thanks!

@phobologic phobologic merged commit 4477947 into cloudtools:master Aug 10, 2016
@phobologic
Copy link
Member

Thanks @acmcelwee

@acmcelwee acmcelwee deleted the no-params-bugfix branch June 27, 2019 22:05
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

Successfully merging this pull request may close these issues.

2 participants