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

Display appropriate error when pulumi plugin install fails #1010

Merged
merged 2 commits into from
Feb 28, 2020

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Feb 28, 2020

Fixes: #1009

This ensures we don't error but instead display an appropriate
error message to ensure that Pulumi is available on the users system

Proposed changes

Related issues (optional)

Fixes: #1009

This ensures we don't error but instead display an appropriate
error message to ensure that Pulumi is available on the users system
Copy link
Member

@lukehoban lukehoban left a comment

Choose a reason for hiding this comment

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

LGTM.

Note that this will actually also be replaced with using the unified code generator very soon - as part of #70 and pulumi/pulumi#3764 which will avoid this whole class of subtle divergences.

@stack72
Copy link
Contributor Author

stack72 commented Feb 28, 2020

@lukehoban that is awesome to know because I spent some time trying to work out where the code was autogenerated from in this package :D

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.

Kubernetes Python package does not fail gracefully when pulumi isn't on the path
3 participants