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
This line in post_gen_project.py:
post_gen_project.py
(PurePath(config_dict['replay_dir']) / template_name).with_suffix('.json')
results in the following replay value in manifest.json:
replay
manifest.json
{ "upstream": { "type": "cookiecutter-template", "source": "https://github.com/claui/cookiecutter-python-package.git", "commit": "3b551359fa471758aaf00f5ec2433634c67f29e3", "replay": "cookiecutter_replay/cookiecutter-python-package.git.json", "patches": [ "patches/disable-install-step.patch" ], "nextPatches": [ "patches/disable-install-step.patch" ] } }
The superfluous .git must be removed.
.git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line in
post_gen_project.py
:results in the following
replay
value inmanifest.json
:The superfluous
.git
must be removed.The text was updated successfully, but these errors were encountered: