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

Error when creating project - unable to create file 'project.toml' #18

Closed
madeinoz67 opened this issue Feb 22, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@madeinoz67
Copy link
Owner

project_name [Project Name]: test
project_github_repo_name [repo-name]: test
project_description [This is my Kicad Project]:
author_name [my_name]: stephen eaton
author_email [my_email@somewhere.com]:
github_user [my_gihub_username]:
Select license:
1 - CC-A-SA
2 - CC-A
3 - MIT
4 - BSD
5 - OSHD
6 - TAPR
7 - CERN-OHL-P
Choose from 1, 2, 3, 4, 5, 6, 7 [1]: 4
Unable to create file 'pyproject.toml'
Error message: 'collections.OrderedDict object' has no attribute 'repo'
Context: {
"cookiecutter": {
"_copy_without_render": [
".github/workflows/.yml",
".github/
.md"
],
"_template": "cookiecutter-kicad",
"author_email": "my_email@somewhere.com",
"author_name": "stephen eaton",
"github_user": "my_gihub_username",
"license": "BSD",
"project_description": "This is my Kicad Project",
"project_github_repo_name": "test",
"project_name": "test"
}
}

@madeinoz67 madeinoz67 self-assigned this Feb 22, 2022
@madeinoz67 madeinoz67 added the bug Something isn't working label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant