-
Notifications
You must be signed in to change notification settings - Fork 28
Add context to result #22
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bravo!
no_input=True, | ||
) | ||
|
||
# Run cookiecutter to generate a new project | ||
project_dir = cookiecutter( | ||
template, | ||
no_input=True, | ||
extra_context=extra_context, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure what difference it would make, but I chose to pass the complete rendered context here. You are probably right to let cookiecutter render it again on it's own without overriding every single value.
some tests failed in CI 😞 I am not familiar with your CI setup nor with that |
I created a PR against Cookiecutter to address, what I feel might be the source of the test issues. |
c97223e
to
23699d4
Compare
What do you think @michaeljoseph? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Resolve #20