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

Prevent cookiecutter from using ~/.cookiecutter_replay #1857

Closed
rmartin16 opened this issue Jun 5, 2024 · 1 comment
Closed

Prevent cookiecutter from using ~/.cookiecutter_replay #1857

rmartin16 opened this issue Jun 5, 2024 · 1 comment
Labels
bug A crash or error in behavior.

Comments

@rmartin16
Copy link
Member

Describe the bug

By default, Cookiecutter will store replay data to files in ~/.cookiecutter_replay. Briefcase does not need this replay data but its creation cannot currently be disabled.

Steps to reproduce

Run briefcase create; see ~/.cookiecutter_replay directory.

Expected behavior

The replay directory can currently be specified in Cookiecutter's configuration file via replay_dir. Therefore, Briefcase could specify such a file and create the replay data in its own cache directory.

Alternatively, Cookiecutter could be updated to avoid creating this data altogether.

Screenshots

No response

Environment

  • Operating System: all
  • Python version: all
  • Software versions:
    • Briefcase: all

Logs

No response

Additional context

No response

@rmartin16 rmartin16 added the bug A crash or error in behavior. label Jun 5, 2024
@rmartin16
Copy link
Member Author

Resolved via #1864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior.
Projects
None yet
Development

No branches or pull requests

1 participant