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

Add poetry virtual env creation to doc, update commands to reflect examples, partially fixes #963, fixes #962 #9

Merged
merged 10 commits into from
Sep 15, 2022

Conversation

sierra-moxon
Copy link
Member

No description provided.

@sierra-moxon sierra-moxon requested review from hrshdhgd and cmungall and removed request for hrshdhgd September 15, 2022 20:46
@sierra-moxon sierra-moxon changed the title Add poetry virtual env creation to doc, update commands to reflect examples, partially fixes #963 Add poetry virtual env creation to doc, update commands to reflect examples, partially fixes #963, fixes #962 Sep 15, 2022
"__author": "{{cookiecutter.full_name}} <{{cookiecutter.email}}>",
"license": ["MIT", "BSD-3", "GNU GPL v3.0", "Apache Software License 2.0"],
"google_analytics_gtag": "G-2SYBSJVZ23",
"main_schema_class": "Person",
"create_python_classes": ["Yes", "No"],
"use_schemasheets": [
"Yes",
"No (next two questions are ignored)"
"No (next two questions are ignored)",
Copy link
Collaborator

@hrshdhgd hrshdhgd Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have already fixed this and the PR was merged to main this morning but the (next two questions are ignored) should not be present. This is because the whole string "No (next two questions are ignored)" becomes a value and an if condition e.g. {% if cookiecutter.use_schemasheets == "No" %} won't work. It'll have to be {% if cookiecutter.use_schemasheets == "No (next two questions are ignored)" %} which is weird. You might want to pull down from main to this branch.

@sierra-moxon sierra-moxon merged commit b5dca0c into main Sep 15, 2022
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.

2 participants