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

[python] Do not overwrite _utilities.py. #73

Merged
merged 2 commits into from
Feb 7, 2022
Merged

Conversation

pgavlin
Copy link
Member

@pgavlin pgavlin commented Feb 3, 2022

The generated code relies on functionality provided by the
generated _utilites.py. Do not overwrite it.

Note that the newer codegen currently requires that the generated Python
SDK is installed as a package (e.g. by using pip3 install ./path-to-generated-code). Without installing, the package will fail to
load.

Fixes #71.

The generated code relies on functionality provided by the
generated _utilites.py. Do not overwrite it.

Note that the newer codegen currently requires that the generated Python
SDK is installed as a package (e.g. by using `pip3 install
./path-to-generated-code`). Without installing, the package will fail to
load.
@viveklak viveklak merged commit fac0c9c into master Feb 7, 2022
@pulumi-bot pulumi-bot deleted the pgavlin/utilities branch February 7, 2022 23:52
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.

Python CRD's are broken because of hard coded utilities.py
2 participants