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

fix: Replace " with ' in user config template #61

Closed

Conversation

andriihomiak
Copy link

After cookiecutter has moved from poyo to pyyaml, tests on windows broke due to pyyaml handling " as a start of escaped unicode string. Present PR addresses this issue by replacing the " with ', which do not imply escaping.

@jamesmyatt
Copy link
Contributor

jamesmyatt commented Jul 4, 2022

Related to #62 and #63

@hackebrot
Copy link
Owner

Hi @andriihomiak! 👋🏻

Thank you for this pull request. I merged #63 which dropped the string constant in favor of dumping with pyyaml.

Your contribution is appreciated! Have a good day! 🍪

@hackebrot hackebrot closed this Mar 22, 2023
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.

None yet

3 participants