Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for copier.yaml files that include other files #83

Closed
wants to merge 1 commit into from
Closed

Support for copier.yaml files that include other files #83

wants to merge 1 commit into from

Conversation

davidbrownell
Copy link
Contributor

@davidbrownell davidbrownell commented Jun 23, 2024

copier configuration files can include other files ([more info here](https://copier.readthedocs.io/en/stable/configuring/#include-other-yaml-files)).

This change adds support for those files by using yaml.safe_load_all to load the yaml content rather than yaml.safe_load.

@davidbrownell
Copy link
Contributor Author

Unfortunately, this change doesn't seem to work with all multi-doc yaml files as input. I'm trying to find a workaround.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant