We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
org_slug
n.a.
OCA is used as org_slug even if a different one is set.
Affected versions: tags >= 1.16.0
Steps to reproduce the behavior:
pre-commit run -a
Expected behavior org_slug is used as defined in .copier-answers.yml
.copier-answers.yml
Additional info python version 3.8.16 pydantic==1.10.8 (for geekan/MetaGPT#282) copier<8.1.0
The text was updated successfully, but these errors were encountered:
Do you have an example? What commands should I run to reproduce the problem?
Sorry, something went wrong.
Launch pre-commit run -a with a configuration like this one: https://github.com/sergiocorato/e-account/blob/14.0/.copier-answers.yml with an updated template.
Fixed by #210
No branches or pull requests
Module
n.a.
Describe the bug
OCA is used as
org_slug
even if a different one is set.To Reproduce
Affected versions:
tags >= 1.16.0
Steps to reproduce the behavior:
pre-commit run -a
Expected behavior
org_slug
is used as defined in.copier-answers.yml
Additional info
python version 3.8.16
pydantic==1.10.8 (for geekan/MetaGPT#282)
copier<8.1.0
The text was updated successfully, but these errors were encountered: