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

double-quotes "pawamoy" not compatibile with win32 #32

Closed
ximchi opened this issue Sep 19, 2023 · 2 comments
Closed

double-quotes "pawamoy" not compatibile with win32 #32

ximchi opened this issue Sep 19, 2023 · 2 comments
Assignees

Comments

@ximchi
Copy link

ximchi commented Sep 19, 2023

Issue on Windows

copier copy --trust "gh:pawamoy/copier-pdm" /path/to/your/new/project

results in invalid path 'project/docs/{% if author_username == "pawamoy" %}.overrides{% endif %}/main.html.jinja' .


Solved by
Changing "pawamoy" to 'pawamoy' in {% if author_username == "pawamoy" %}.overrides{% endif %}


as documented here: "On Windows, double-quotes are not valid characters in file and directory paths." Copier-docs

Thanks a lot for the great template 🙂

@pawamoy
Copy link
Owner

pawamoy commented Sep 20, 2023

Damn Windows! Yep, I'll fix it, thanks for the report 🙂

@pawamoy pawamoy self-assigned this Sep 20, 2023
pawamoy added a commit that referenced this issue Sep 20, 2023
@pawamoy
Copy link
Owner

pawamoy commented Sep 20, 2023

v0.16.10 🙂

@pawamoy pawamoy closed this as completed Sep 20, 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

No branches or pull requests

2 participants